Skip to content

Commit

Permalink
update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
lgc2333 committed Mar 6, 2023
1 parent 90e65d5 commit 01e7870
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
10 changes: 9 additions & 1 deletion FormAPIEx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,13 @@
},
"files": [
"lib/**"
]
],
"repository": {
"type": "git",
"url": "git+https://github.com/lgc2333/LLSEPlugins.git"
},
"bugs": {
"url": "https://github.com/lgc2333/LLSEPlugins/issues"
},
"homepage": "https://github.com/lgc2333/LLSEPlugins/FormAPIEx"
}
7 changes: 5 additions & 2 deletions FormAPIEx/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,11 @@
- 引用 `form-api-ex` npm 包
- 先使用以下命令将 `FormAPIEx` 加入你项目的依赖项中
建议安装 `pnpm` 管理依赖,如果你没有安装,可以往上翻翻如何安装
- 先将本包加入你项目的依赖项中
推荐使用 `pnpm` 管理项目依赖
下面的命令假设你已经安装了 `pnpm`,如果你没有安装,可以往上翻翻看看如何安装,也可以换用其他包管理器
使用下面的命令将本包添加到你项目的依赖项中
```bash
pnpm i form-api-ex
Expand Down

0 comments on commit 01e7870

Please sign in to comment.