Skip to content

Commit

Permalink
deps: float node-gyp v3.0.0
Browse files Browse the repository at this point in the history
    * 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 nodejs/node-gyp#711 for full details

PR-URL: #2700
Reviewed-By: Forrest L Norvell <forrest@npmjs.com>
  • Loading branch information
rvagg committed Sep 8, 2015
1 parent c17ed06 commit 6bd11b4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 19 deletions.
2 changes: 1 addition & 1 deletion deps/npm/node_modules/node-gyp/.npmignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions deps/npm/node_modules/node-gyp/lib/process-release.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 5 additions & 6 deletions deps/npm/node_modules/node-gyp/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion deps/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"lru-cache": "~2.6.5",
"minimatch": "~2.0.10",
"mkdirp": "~0.5.1",
"node-gyp": "nodejs/node-gyp#process.release",
"node-gyp": "~3.0.0",
"nopt": "~3.0.3",
"normalize-git-url": "~3.0.1",
"normalize-package-data": "~2.3.2",
Expand Down

0 comments on commit 6bd11b4

Please sign in to comment.