Revert "Replace "request" by "got""
This reverts commit c2d24c23. Unfortunately got does not have good [proxy support][1] which was missed during review. Fixes #1458 [1]: https://github.com/sindresorhus/got/issues/79
Showing
| ... | @@ -58,13 +58,13 @@ | ... | @@ -58,13 +58,13 @@ |
| "gaze": "^1.0.0", | "gaze": "^1.0.0", | ||
| "get-stdin": "^4.0.1", | "get-stdin": "^4.0.1", | ||
| "glob": "^7.0.3", | "glob": "^7.0.3", | ||
| "got": "^5.5.0", | |||
| "meow": "^3.7.0", | "meow": "^3.7.0", | ||
| "in-publish": "^2.0.0", | "in-publish": "^2.0.0", | ||
| "mkdirp": "^0.5.1", | "mkdirp": "^0.5.1", | ||
| "nan": "^2.2.0", | "nan": "^2.2.0", | ||
| "node-gyp": "^3.3.1", | "node-gyp": "^3.3.1", | ||
| "npmconf": "^2.1.2", | "npmconf": "^2.1.2", | ||
| "request": "^2.61.0", | |||
| "sass-graph": "^2.1.1" | "sass-graph": "^2.1.1" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| ... | ... |
Please
register
or
sign in
to comment