chore: update deps (#4187)

This commit is contained in:
neverland
2019-08-22 14:24:37 +08:00
committed by GitHub
parent fc111cdfc7
commit ed02ec46f7
6 changed files with 1477 additions and 984 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@vant/cli",
"version": "1.0.0",
"version": "1.0.1",
"description": "vant cli tools",
"main": "./src/index.js",
"bin": {
@@ -13,6 +13,7 @@
"repository": "https://github.com/youzan/vant/tree/dev/packages/vant-cli",
"dependencies": {
"commander": "^2.17.1",
"husky": "^3.0.4",
"shelljs": "^0.8.2"
}
}