]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
fix: fix bin field
authorHaoqun Jiang <haoqunjiang@gmail.com>
Sat, 18 Sep 2021 05:27:47 +0000 (13:27 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Sat, 18 Sep 2021 05:27:47 +0000 (13:27 +0800)
package.json

index 8bb646baebe8e167040827ddc213e9d8a40af7a0..77f33de0a1878a75e52474d8811afad721803091 100644 (file)
@@ -5,7 +5,7 @@
   "type": "module",
   "main": "index.js",
   "bin": {
-    "create-vue": "outfile.js"
+    "create-vue": "outfile.cjs"
   },
   "files": [
     "outfile.cjs",