Skip to content

Commit 9ce3a70

Browse files
committed
fix: switch export condition import to default
Because Node now/soon knows how to require ESM
1 parent 546a7b2 commit 9ce3a70

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
@@ -21,7 +21,7 @@
2121
"exports": {
2222
".": {
2323
"types": "./index.d.ts",
24-
"import": "./index.js"
24+
"default": "./index.js"
2525
}
2626
},
2727
"repository": {

0 commit comments

Comments
 (0)