Skip to content

Commit 74c4b90

Browse files
author
Hyunje Jun
committed
Remove gitbook-cli from dev deps
It introduces so many vulnerability.
1 parent 8e8f4af commit 74c4b90

File tree

3 files changed

+231
-4936
lines changed

3 files changed

+231
-4936
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Here are each top-level directory explained:
1919
* `test`: Mocha test suites. Please add tests for modification if possible.
2020
* `examples`: Example projects using this SDK
2121
* `docs`: [GitBook](https://www.gitbook.com/) markdowns for project documentation
22+
+ Please install GitBook first to modify/build documentation: `npm i -g gitbook-cli`
2223
* `tools`: Useful tools
2324

2425
Also, you may use the following npm scripts for development:
@@ -29,6 +30,7 @@ Also, you may use the following npm scripts for development:
2930
* `npm run build`: Build TypeScript code into JavaScript. The built files will
3031
be placed in `dist/`.
3132
* `npm run docs`: Build GitBook docs and serve a doc server
33+
+ Please install GitBook first to modify/build documentation: `npm i -g gitbook-cli`
3234

3335
We test, lint and build on CI, but it is always nice to check them before
3436
uploading a pull request.

0 commit comments

Comments
 (0)