Skip to content

Commit eb05b48

Browse files
committed
fix: fix package.json file
1 parent 0f750ed commit eb05b48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"version": "3.0.0",
55
"sideEffects": false,
66
"type": "module",
7-
"module": "./dist/index.mjs",
7+
"module": "./dist/index.js",
88
"types": "./dist/index.d.ts",
99
"exports": {
1010
".": {
1111
"types": "./dist/index.d.ts",
12-
"import": "./dist/index.mjs",
13-
"default": "./dist/index.mjs"
12+
"import": "./dist/index.js",
13+
"default": "./dist/index.js"
1414
}
1515
},
1616
"keywords": [

0 commit comments

Comments
 (0)