Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit ef713a7

Browse files
committed
As of 2.87.0 the hoek packages has been removed which restores Node < 4 support
1 parent 62fd84a commit ef713a7

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +0,0 @@
1-
<!--
2-
3-
**Do not bump the Request package, it breaks old Node compatiblity. It is used for downloading the binaries.**
4-
5-
Follow https://github.com/sass/node-sass/issues/2355 for updates on when that will be resolved.
6-
7-
Thanks for contibuting otherwise!
8-
-->

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@
6868
"nan": "^2.10.0",
6969
"node-gyp": "^3.3.1",
7070
"npmlog": "^4.0.0",
71-
"request": "~2.79.0",
71+
"request": "2.87.0",
7272
"sass-graph": "^2.2.4",
7373
"stdout-stream": "^1.4.0",
7474
"true-case-path": "^1.0.2"
7575
},
7676
"devDependencies": {
77-
"coveralls": "^2.11.8",
77+
"coveralls": "^3.0.2",
7878
"eslint": "^3.4.0",
7979
"fs-extra": "^0.30.0",
8080
"istanbul": "^0.4.2",

0 commit comments

Comments
 (0)