mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 00:14:18 +00:00
fix: remove default license in vant cli template (#10546)
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
"build-site": "vant-cli build-site && gh-pages -d site-dist"
|
||||
},
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged",
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user