Skip to content

Commit

Permalink
Fix index.js export in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagodp committed Nov 24, 2024
1 parent d148d9c commit cbf9fdd
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 @@ -41,7 +41,7 @@
"source": "index.ts",
"types": "index.d.ts",
"main": "index.cjs",
"exports": "index.js",
"exports": "./index.js",
"module": "index.esm.js",
"unpkg": "index.umd.js",
"browser": "index.umd.js",
Expand Down

0 comments on commit cbf9fdd

Please sign in to comment.