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

Commit 63b1aa3

Browse files
committed
BREAKING CHANGE: requires at least node 6
1 parent 2c5b110 commit 63b1aa3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

+3-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"url": "http://andrew.github.com"
1717
},
1818
"engines": {
19-
"node": ">=0.10.0"
19+
"node": ">= 6"
2020
},
2121
"main": "lib/index.js",
2222
"nodeSassConfig": {
@@ -33,7 +33,7 @@
3333
"lint": "eslint bin/node-sass lib scripts test",
3434
"test": "mocha test/{*,**/**}.js",
3535
"build": "node scripts/build.js --force",
36-
"prepublish": "not-in-install && node scripts/prepublish.js || in-install"
36+
"prepublishOnly": "node scripts/prepublish.js"
3737
},
3838
"files": [
3939
"bin",
@@ -59,12 +59,11 @@
5959
"gaze": "^1.0.0",
6060
"get-stdin": "^4.0.1",
6161
"glob": "^7.0.3",
62-
"in-publish": "^2.0.0",
6362
"lodash": "^4.17.15",
6463
"meow": "^3.7.0",
6564
"mkdirp": "^0.5.1",
6665
"nan": "^2.13.2",
67-
"node-gyp": "^3.8.0",
66+
"node-gyp": "^6.1.0",
6867
"npmlog": "^4.0.0",
6968
"request": "^2.88.0",
7069
"sass-graph": "2.2.5",

0 commit comments

Comments
 (0)