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