fix: remove default license in vant cli template (#10546)

This commit is contained in:
neverland
2022-04-24 10:26:00 +08:00
committed by GitHub
parent 33150f82ea
commit 004f642622
5 changed files with 5 additions and 7 deletions

View File

@@ -18,7 +18,6 @@
"build-site": "vant-cli build-site && gh-pages -d site-dist"
},
"author": "",
"license": "MIT",
"husky": {
"hooks": {
"pre-commit": "lint-staged",

View File

@@ -22,7 +22,6 @@
"test:coverage": "open test/coverage/index.html"
},
"author": "",
"license": "MIT",
"lint-staged": {
"*.md": "prettier --write",
"*.{ts,tsx,js,vue,less,scss}": "prettier --write",