Skip to content

Commit b7c33f1

Browse files
committed
fix: change package json main to reference ecma script
1 parent d94e856 commit b7c33f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"semantic-release": "semantic-release",
4242
"open:cov": "open ./coverage/index.html"
4343
},
44-
"main": "./dist/index.cjs.js",
44+
"main": "./dist/index.mjs",
4545
"module": "./dist/index.mjs",
4646
"types": "./dist/index.d.ts",
4747
"exports": {

0 commit comments

Comments
 (0)