Skip to content

Commit d0aafa4

Browse files
committed
fix: correct the exports in pkgjson
1 parent c78af84 commit d0aafa4

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
@@ -6,12 +6,12 @@
66
"private": false,
77
"type": "module",
88
"main": "./dist/index.cjs",
9-
"module": "./dist/index.mjs",
9+
"module": "./dist/index.js",
1010
"types": "./dist/index.d.ts",
1111
"exports": {
1212
".": {
1313
"types": "./dist/index.d.ts",
14-
"import": "./dist/index.mjs",
14+
"import": "./dist/index.js",
1515
"require": "./dist/index.cjs"
1616
},
1717
"./package.json": "./package.json"

0 commit comments

Comments
 (0)