Skip to content

Commit b66610e

Browse files
ciesiolkajankarres
authored andcommitted
fix: exports for ESM consumers (#48)
1 parent 207d16f commit b66610e

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
@@ -22,14 +22,14 @@
2222
"node": ">=20"
2323
},
2424
"main": "./dist/index.cjs",
25-
"module": "./dist/index.mjs",
25+
"module": "./dist/index.js",
2626
"types": "./dist/index.d.ts",
2727
"exports": {
2828
".": {
2929
"types": "./dist/index.d.ts",
30-
"import": "./dist/index.mjs",
30+
"import": "./dist/index.js",
3131
"require": "./dist/index.cjs",
32-
"default": "./dist/index.mjs"
32+
"default": "./dist/index.js"
3333
}
3434
},
3535
"files": [

0 commit comments

Comments
 (0)