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
@@ -100,7 +100,7 @@ src
```bash
# 添加主仓库到 remote,作为 fork 后仓库的上游仓库
git remote add upstream https://github.com/youzan/vant.git
git remote add upstream git@github.com:youzan/vant.git
# 拉取主仓库最新代码
git fetch upstream
+10 -8
View File
@@ -29,9 +29,6 @@
"lib",
"vetur"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"dev": "vant-cli dev",
"lint": "vant-cli lint",
@@ -43,12 +40,19 @@
"test:watch": "vant-cli test --watch",
"test:coverage": "open test/coverage/index.html"
},
"npm": {
"tag": "next"
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git@github.com:youzan/vant.git"
"url": "https://github.com/youzan/vant.git",
"directory": "packages/vant"
},
"bugs": "https://github.com/youzan/vant/issues",
"author": "chenjiahan",
"license": "MIT",
"npm": {
"tag": "next"
},
"keywords": [
"ui",
@@ -59,8 +63,6 @@
"component",
"components"
],
"author": "youzanfe",
"license": "MIT",
"dependencies": {
"@vant/icons": "^1.7.1",
"@vant/popperjs": "^1.1.0",