Skip to content

Commit fe186e5

Browse files
committedJun 10, 2020
Bump node-pre-gyp to v0.15.0
Closes #1599
1 parent 3e80556 commit fe186e5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
1919
* Fix to compile without JPEG support (#1593).
2020
* Fix compile errors with cairo
2121
* Fix Image#complete if the image failed to load.
22+
* Upgrade node-pre-gyp to v0.15.0 to use latest version of needle to fix error when downloading prebuilds.
2223

2324
2.6.1
2425
==================

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"types": "types/index.d.ts",
5050
"dependencies": {
5151
"nan": "^2.14.0",
52-
"node-pre-gyp": "^0.11.0",
52+
"node-pre-gyp": "^0.15.0",
5353
"simple-get": "^3.0.3"
5454
},
5555
"devDependencies": {

0 commit comments

Comments
 (0)