Skip to content

Commit e0d3246

Browse files
committed
fix: 🐛 fiex package module
1 parent e2c6b0a commit e0d3246

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
@@ -5,7 +5,7 @@
55
"private": false,
66
"version": "0.4.0",
77
"main": "./dist/lib/index.js",
8-
"module": "./dist/es/index.js",
8+
"module": "./dist/es/index.mjs",
99
"types": "./dist/es/index.d.ts",
1010
"exports": {
1111
".": {

0 commit comments

Comments
 (0)