fix(cli): fix some bugs of create-vant-cli-app

This commit is contained in:
陈嘉涵
2020-01-16 19:28:26 +08:00
parent 5bb9a31e28
commit df6edc4864
7 changed files with 17 additions and 26 deletions
+5 -1
View File
@@ -1,6 +1,6 @@
{
"name": "create-vant-cli-app",
"version": "1.0.0",
"version": "0.0.1",
"description": "Create Vant Cli App",
"main": "lib/index.js",
"bin": {
@@ -14,6 +14,10 @@
"type": "git",
"url": "https://github.com/youzan/vant/tree/dev/packages/create-vant-cli-app"
},
"files": [
"lib",
"generators"
],
"keywords": [
"vant"
],