Skip to content

Commit 5e07a98

Browse files
authored
fix: default exports.require should be pointed to index-compat.js (#128)
1 parent 46b2114 commit 5e07a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"exports": {
1313
".": {
1414
"import": "./dist/index.mjs",
15-
"require": "./dist/index.js"
15+
"require": "./index-compat.js"
1616
},
1717
"./package.json": "./package.json",
1818
"./": "./"

0 commit comments

Comments
 (0)