We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e80556 commit fe186e5Copy full SHA for fe186e5
CHANGELOG.md
@@ -19,6 +19,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
19
* Fix to compile without JPEG support (#1593).
20
* Fix compile errors with cairo
21
* 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.
23
24
2.6.1
25
==================
package.json
@@ -49,7 +49,7 @@
49
"types": "types/index.d.ts",
50
"dependencies": {
51
"nan": "^2.14.0",
52
- "node-pre-gyp": "^0.11.0",
+ "node-pre-gyp": "^0.15.0",
53
"simple-get": "^3.0.3"
54
},
55
"devDependencies": {
0 commit comments