Commit 0fdfafce by Dane Springmeyer

use node-pre-gyp@0.10.3 and request - refs #1010

parent f5e82987
# Changelog # Changelog
## 4.0.2
- Fixed HTTP proxy support by using `request` over `needle` in node-pre-gyp
## 4.0.1 ## 4.0.1
- Node v10 support - Node v10 support
......
...@@ -38,7 +38,8 @@ ...@@ -38,7 +38,8 @@
}, },
"dependencies": { "dependencies": {
"nan": "~2.10.0", "nan": "~2.10.0",
"node-pre-gyp": "~0.10.1" "node-pre-gyp": "^0.10.3",
"request": "^2.87.0"
}, },
"devDependencies": { "devDependencies": {
"@mapbox/cloudfriend": "^1.9.0", "@mapbox/cloudfriend": "^1.9.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment