This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As of 2.87.0 the hoek packages has been removed which restores Node < 4 support
- Loading branch information
Showing
2 changed files
with
2 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +0,0 @@ | ||
<!-- | ||
**Do not bump the Request package, it breaks old Node compatiblity. It is used for downloading the binaries.** | ||
Follow https://github.com/sass/node-sass/issues/2355 for updates on when that will be resolved. | ||
Thanks for contibuting otherwise! | ||
--> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,13 +68,13 @@ | |
"nan": "^2.10.0", | ||
"node-gyp": "^3.3.1", | ||
"npmlog": "^4.0.0", | ||
"request": "~2.79.0", | ||
"request": "2.87.0", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
xzyfer
Author
Contributor
|
||
"sass-graph": "^2.2.4", | ||
"stdout-stream": "^1.4.0", | ||
"true-case-path": "^1.0.2" | ||
}, | ||
"devDependencies": { | ||
"coveralls": "^2.11.8", | ||
"coveralls": "^3.0.2", | ||
"eslint": "^3.4.0", | ||
"fs-extra": "^0.30.0", | ||
"istanbul": "^0.4.2", | ||
|
Did you intentionally not use the caret operator here?