Skip to content

Commit

Permalink
chore(nodejs): update node-gyp to v8.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed May 17, 2021
1 parent e647328 commit 3013555
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wrappers/nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This module has a native compile step. It compiles C++ code and dynamically link

You will need:

* C++ build tools and Python 2. See [this](https://github.com/nodejs/node-gyp#installation) for platform recommendations.
* C++ build tools and Python 3.6+. See [this](https://github.com/nodejs/node-gyp#installation) for platform recommendations.
* `libindy` v1.6+ in your system library path. (i.e. `/usr/lib/libindy.so` for linux)

Then you can install via npm:
Expand Down
2 changes: 1 addition & 1 deletion wrappers/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"bindings": "^1.3.1",
"nan": "^2.11.1",
"node-gyp": "^4.0.0"
"node-gyp": "^8.0.0"
},
"devDependencies": {
"ava": "^1.4.1",
Expand Down

0 comments on commit 3013555

Please sign in to comment.