Skip to content

Commit eba4443

Browse files
committed
fix: exports
1 parent 53f001e commit eba4443

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
@@ -9,13 +9,13 @@
99
},
1010
"type": "module",
1111
"main": "./dist/cjs/index.js",
12-
"module": "./dist/index.mjs",
12+
"module": "./dist/index.js",
1313
"types": "./dist/index.d.ts",
1414
"exports": {
1515
"./package.json": "./package.json",
1616
".": {
1717
"types": "./dist/index.d.ts",
18-
"import": "./dist/index.mjs",
18+
"import": "./dist/index.js",
1919
"require": "./dist/cjs/index.js"
2020
}
2121
},

0 commit comments

Comments
 (0)