Skip to content

Commit c45e9f0

Browse files
authored
Merge pull request #19 from Code-Hex/fix/esm
fixed esm dist
2 parents 0ce610f + 46be7db commit c45e9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"main": "dist/main/index.js",
88
"typings": "dist/main/index.d.ts",
9-
"module": "dist/module/index.mjs",
9+
"module": "dist/module/index.js",
1010
"files": [
1111
"dist/**/*.{js,ts}",
1212
"LICENSE",

0 commit comments

Comments
 (0)