Skip to content

Commit

Permalink
Merge pull request #21 from tsxper/fix-import-types
Browse files Browse the repository at this point in the history
Fix types in package json
  • Loading branch information
vbabak authored Oct 5, 2024
2 parents db853a6 + 5779e53 commit c77511d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsxper/crc32",
"version": "2.1.2",
"version": "2.1.3",
"description": "Calculates unsigned CRC32. Optimized Cycle Redundancy Check.",
"author": "Vladyslav Babak",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
"default": "./esm/index.js"
},
"main": "./esm/index.js",
"types": "./types/CRC32.d.ts",
"types": "./types/index.d.ts",
"scripts": {
"test": "jest",
"test:ci": "jest --ci",
Expand Down

0 comments on commit c77511d

Please sign in to comment.