We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e632a65 + e87261a commit 42ea2fcCopy full SHA for 42ea2fc
package.json
@@ -1,10 +1,12 @@
1
{
2
"name": "vue-cli",
3
- "version": "2.4.0",
+ "version": "2.4.1",
4
"description": "A simple CLI for scaffolding Vue.js projects.",
5
"preferGlobal": true,
6
"bin": {
7
- "vue": "bin/vue"
+ "vue": "bin/vue",
8
+ "vue-init": "bin/vue-init",
9
+ "vue-list": "bin/vue-list"
10
},
11
"repository": {
12
"type": "git",
0 commit comments