Skip to content

Commit cebe1e4

Browse files
committed
fix: fix bin field
1 parent c46af61 commit cebe1e4

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
@@ -5,7 +5,7 @@
55
"type": "module",
66
"main": "index.js",
77
"bin": {
8-
"create-vue": "outfile.js"
8+
"create-vue": "outfile.cjs"
99
},
1010
"files": [
1111
"outfile.cjs",

0 commit comments

Comments
 (0)