Skip to content

Commit

Permalink
fix(types): properly set the name of type definition file
Browse files Browse the repository at this point in the history
  • Loading branch information
100terres committed Sep 2, 2022
1 parent b08d156 commit 33f405b
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 @@ -13,7 +13,7 @@
],
"main": "./dist/spready.umd.cjs",
"module": "./dist/spready.js",
"types": "dist/index.d.ts",
"types": "dist/spready.d.ts",
"exports": {
".": {
"import": "./dist/spready.js",
Expand Down

0 comments on commit 33f405b

Please sign in to comment.