Skip to content

Commit

Permalink
chore: fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
danisharora099 committed Mar 6, 2024
1 parent 80bb1fd commit 38f7dd4
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 @@ -8,7 +8,7 @@
"umd:main": "dist/index.umd.js",
"unpkg": "dist/index.umd.js",
"source": "src/index.ts",
"types": "dist/src/index.d.ts",
"types": "dist/index.d.ts",
"sideEffects": false,
"files": [
"dist",
Expand Down

0 comments on commit 38f7dd4

Please sign in to comment.