Skip to content

Commit

Permalink
Update node-pre-gyp to 0.15.0
Browse files Browse the repository at this point in the history
Fixes #796
  • Loading branch information
recrsn committed Jun 1, 2020
1 parent 40770d6 commit 1bde62c
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 92 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,8 @@
It is uncommon but it's a bug nevertheless. Previous attempts to fix the bug
was unsuccessful.
* Experimental support for z/OS
* Fix a bug related to NUL in password input
* Update `node-pre-gyp` to 0.15.0

# 4.0.1 (2020-02-27)

Expand Down
121 changes: 30 additions & 91 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -29,7 +29,7 @@
"install": "node-pre-gyp install --fallback-to-build"
},
"dependencies": {
"node-pre-gyp": "0.14.0",
"node-pre-gyp": "0.15.0",
"node-addon-api": "^3.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 1bde62c

Please sign in to comment.