Skip to content

Commit

Permalink
Fix CJS exports (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
compulim authored Dec 5, 2023
1 parent 8e7eef1 commit 0140e03
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 @@ -14,7 +14,7 @@
"module": "index.mjs",
"exports": {
".": {
"require": "./build/index.cjs.js",
"require": "./dist/index.cjs.js",
"import": "./index.mjs"
},
"./*": {
Expand Down

0 comments on commit 0140e03

Please sign in to comment.