Skip to content

Commit 1c8e7e7

Browse files
committed
fix module path
1 parent 066f58e commit 1c8e7e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"types": "dist/index.d.ts",
88
"exports": {
99
".": {
10-
"import": "./dist/index.esm.js",
11-
"require": "./dist/index.cjs.js"
10+
"import": "./dist/index.js",
11+
"require": "./dist/index.mjs.js"
1212
}
1313
},
1414
"scripts": {

0 commit comments

Comments
 (0)