Merge branch 'dev' into next
This commit is contained in:
+3
-4
@@ -18,7 +18,7 @@
|
||||
"scripts": {
|
||||
"bootstrap": "yarn || npm i",
|
||||
"dev": "vant-cli dev",
|
||||
"lint": "vant-cli lint && ls-lint",
|
||||
"lint": "vant-cli lint",
|
||||
"test": "vant-cli test",
|
||||
"build": "vant-cli build",
|
||||
"release": "vant-cli release --tag next",
|
||||
@@ -31,7 +31,7 @@
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged && ls-lint",
|
||||
"pre-commit": "lint-staged",
|
||||
"commit-msg": "vant-cli commit-lint"
|
||||
}
|
||||
},
|
||||
@@ -57,7 +57,7 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "7.x",
|
||||
"@vant/icons": "1.3.0",
|
||||
"@vant/icons": "1.3.1",
|
||||
"@vant/use": "^0.0.7",
|
||||
"vue-lazyload": "1.2.3"
|
||||
},
|
||||
@@ -65,7 +65,6 @@
|
||||
"vue": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ls-lint/ls-lint": "^1.8.0",
|
||||
"@vant/cli": "^3.0.0-beta.7",
|
||||
"@vue/compiler-sfc": "^3.0.0",
|
||||
"prettier": "^2.0.4",
|
||||
|
||||
Reference in New Issue
Block a user