Skip to content

Commit

Permalink
fix: default exports.require should be pointed to index-compat.js (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkzing authored Oct 12, 2021
1 parent 46b2114 commit 5e07a98
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 @@ -12,7 +12,7 @@
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
"require": "./index-compat.js"
},
"./package.json": "./package.json",
"./": "./"
Expand Down

0 comments on commit 5e07a98

Please sign in to comment.