chore: update package.json, add repository and bugs (#10004)

This commit is contained in:
neverland
2021-12-06 16:37:48 +08:00
committed by GitHub
parent 86c0910c38
commit df9eb68dbe
13 changed files with 103 additions and 40 deletions

View File

@@ -10,10 +10,6 @@
"engines": {
"node": "^14.16.0 || >=16.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"dev": "tsc --watch",
"build": "rimraf ./lib && tsc",
@@ -31,6 +27,16 @@
"keywords": [
"vant"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/youzan/vant.git",
"directory": "packages/vant-cli"
},
"bugs": "https://github.com/youzan/vant/issues",
"author": "chenjiahan",
"license": "MIT",
"devDependencies": {