summaryrefslogtreecommitdiff
path: root/deps/npm/package.json
diff options
context:
space:
mode:
authorRod Vagg <rod@vagg.org>2015-09-05 15:37:48 +1000
committerRod Vagg <rod@vagg.org>2015-09-08 11:28:11 +1000
commitb8341e8a4ef3c29d0a2456ec4fb4528361678de5 (patch)
treeed235d2f62140b02db56dcb91941ed1e284a165f /deps/npm/package.json
parent278a9267ec41f37e6b7dda876c417945d7725973 (diff)
downloadnode-new-b8341e8a4ef3c29d0a2456ec4fb4528361678de5.tar.gz
deps: float node-gyp v3.0.0
* support process.release * support all io.js versions * support node v4+ including new download locations * enable delay-load hook by default by default * download header-only tarballs instead of full source See https://github.com/nodejs/node-gyp/pull/711 for full details PR-URL: https://github.com/nodejs/node/pull/2700 Reviewed-By: Forrest L Norvell <forrest@npmjs.com>
Diffstat (limited to 'deps/npm/package.json')
-rw-r--r--deps/npm/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/package.json b/deps/npm/package.json
index f4c56ffa6b..41847c0cd3 100644
--- a/deps/npm/package.json
+++ b/deps/npm/package.json
@@ -62,7 +62,7 @@
"lru-cache": "~2.6.5",
"minimatch": "~2.0.10",
"mkdirp": "~0.5.1",
- "node-gyp": "~2.0.2",
+ "node-gyp": "~3.0.0",
"nopt": "~3.0.3",
"normalize-git-url": "~3.0.1",
"normalize-package-data": "~2.3.2",