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

Commit

Permalink
Bump node-gyp@6.1.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: requires at least node 6
  • Loading branch information
ext committed Sep 28, 2020
1 parent 2c5b110 commit 63b1aa3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "http://andrew.github.com"
},
"engines": {
"node": ">=0.10.0"
"node": ">= 6"
},
"main": "lib/index.js",
"nodeSassConfig": {
Expand All @@ -33,7 +33,7 @@
"lint": "eslint bin/node-sass lib scripts test",
"test": "mocha test/{*,**/**}.js",
"build": "node scripts/build.js --force",
"prepublish": "not-in-install && node scripts/prepublish.js || in-install"
"prepublishOnly": "node scripts/prepublish.js"
},
"files": [
"bin",
Expand All @@ -59,12 +59,11 @@
"gaze": "^1.0.0",
"get-stdin": "^4.0.1",
"glob": "^7.0.3",
"in-publish": "^2.0.0",
"lodash": "^4.17.15",
"meow": "^3.7.0",
"mkdirp": "^0.5.1",
"nan": "^2.13.2",
"node-gyp": "^3.8.0",
"node-gyp": "^6.1.0",
"npmlog": "^4.0.0",
"request": "^2.88.0",
"sass-graph": "2.2.5",
Expand Down

0 comments on commit 63b1aa3

Please sign in to comment.