Skip to content

Commit faff3c2

Browse files
authored
Merge pull request #156 from MakerXStudio/fix-package-cjs-ref
Fix the package file cjs entry reference
2 parents f74b13c + 925f011 commit faff3c2

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
@@ -8,7 +8,7 @@
88
"type": "module",
99
"module": "index.mjs",
1010
"types": "index.d.ts",
11-
"main": "index.cjs",
11+
"main": "index.js",
1212
"engines": {
1313
"node": ">=18.0"
1414
},

0 commit comments

Comments
 (0)