Skip to content

Commit

Permalink
Merge pull request #5 from ChristiaanScheermeijer/fix/typescript-typings
Browse files Browse the repository at this point in the history
Fix typings not found error
  • Loading branch information
jassmith authored Aug 31, 2023
2 parents 81d1919 + 1b13171 commit f7f66b4
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 @@ -11,7 +11,7 @@
"browser": "dist/js/index.js",
"main": "dist/cjs/index.cjs",
"module": "dist/js/index.js",
"types": "dist/ts/index.d.ts",
"types": "dist/ts/src/index.d.ts",
"exports": {
"import": "./dist/js/index.js",
"require": "./dist/cjs/index.cjs"
Expand Down

0 comments on commit f7f66b4

Please sign in to comment.