Skip to content

Commit

Permalink
Bump node-pre-gyp to v0.15.0
Browse files Browse the repository at this point in the history
Closes #1599
  • Loading branch information
zbjornson committed Jun 10, 2020
1 parent 3e80556 commit fe186e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
* Fix to compile without JPEG support (#1593).
* Fix compile errors with cairo
* Fix Image#complete if the image failed to load.
* Upgrade node-pre-gyp to v0.15.0 to use latest version of needle to fix error when downloading prebuilds.

2.6.1
==================
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"types": "types/index.d.ts",
"dependencies": {
"nan": "^2.14.0",
"node-pre-gyp": "^0.11.0",
"node-pre-gyp": "^0.15.0",
"simple-get": "^3.0.3"
},
"devDependencies": {
Expand Down

0 comments on commit fe186e5

Please sign in to comment.