Skip to content

Commit

Permalink
Fix types property in package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrizagidulin committed Aug 11, 2023
1 parent 4ea41bd commit 9f2bbe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"main": "dist/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"types": "dist/esm/index.d.ts",
"devDependencies": {
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
Expand Down

0 comments on commit 9f2bbe6

Please sign in to comment.