Skip to content
This repository was archived by the owner on Jan 1, 2025. It is now read-only.

Commit 7161961

Browse files
committed
fix: usable with esm
1 parent 8872499 commit 7161961

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@
5959
},
6060
"exports": {
6161
".": {
62-
"require": "./out/index.js",
62+
"default": "./out/index.js",
6363
"types": "./out/index.d.ts"
6464
},
6565
"./*": {
66-
"require": "./out/drivers/*.js",
66+
"default": "./out/drivers/*.js",
6767
"types": "./out/drivers/*.d.ts"
6868
}
6969
},

0 commit comments

Comments
 (0)