Skip to content

Commit b21b7f5

Browse files
committed
chore: fix the main field in package.json
1 parent ce14d98 commit b21b7f5

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
@@ -9,7 +9,7 @@
99
"url": "https://github.com/StyleShit/create-typescript-package"
1010
},
1111
"type": "module",
12-
"main": "dist/index.js",
12+
"main": "dist/index.cjs",
1313
"module": "dist/index.js",
1414
"types": "dist/index.d.ts",
1515
"exports": {

0 commit comments

Comments
 (0)