mirror of https://github.com/lukechilds/node.git
Browse Source
* Fix #472 Adds support for os/cpu fields in package.json (Adam Blackburn) * Don't use existing pkg if explicit * Install missing deps, even if they are in bundleDependencies * bundle node-gyp * Automatically node-gyp build stuff with a bindings.gyp * Fix #2230 Unpack in place. No folder renaming malarky * Never create un-listable directories * Fix cases where an optionalDependency fails to build * Always ignore .wafpickle-7 files * fix shrinkwrap test * Fix: bundleDependencies being re-installed unnecessarilyv0.9.1-release
isaacs
13 years ago
234 changed files with 27247 additions and 307 deletions
@ -0,0 +1,2 @@ |
|||
#!/usr/bin/env sh |
|||
node "`dirname "$0"`/../../node_modules/node-gyp/bin/node-gyp.js" "$@" |
@ -0,0 +1 @@ |
|||
node "%~dp0\..\..\node_modules\node-gyp\bin\node-gyp.js" %* |
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue