Skip to content

Commit 62defbc

Browse files
authored
fix: fixing path to esm output bundle (#110)
1 parent 2183d94 commit 62defbc

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
@@ -5,12 +5,12 @@
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"main": "./dist/index.cjs",
8-
"module": "./dist/index.mjs",
8+
"module": "./dist/index.js",
99
"exports": {
1010
".": {
1111
"import": {
1212
"types": "./dist/index.d.ts",
13-
"default": "./dist/index.mjs"
13+
"default": "./dist/index.js"
1414
},
1515
"require": {
1616
"types": "./dist/index.d.cts",

0 commit comments

Comments
 (0)