Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2012-10-02 23:50:54 +0400
committerisaacs <i@izs.me>2012-10-02 23:50:54 +0400
commitf23ff1d87c851a5b4bc1c9e41a5f489a080b556d (patch)
tree9c517ed5f668ab05bb2e8ae646296728f280a67a /node_modules/node-gyp/lib/node-gyp.js
parent89bd08681f720ad27a68045da4e958c51734a59c (diff)
node-gyp@0.7.0
Diffstat (limited to 'node_modules/node-gyp/lib/node-gyp.js')
-rw-r--r--node_modules/node-gyp/lib/node-gyp.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/node_modules/node-gyp/lib/node-gyp.js b/node_modules/node-gyp/lib/node-gyp.js
index 58275ee5b..9a88b21ff 100644
--- a/node_modules/node-gyp/lib/node-gyp.js
+++ b/node_modules/node-gyp/lib/node-gyp.js
@@ -84,6 +84,8 @@ proto.configDefs = {
, nodedir: String // 'configure'
, loglevel: String // everywhere
, python: String // 'configure'
+ , 'dist-url': String // 'install'
+ , jobs: String // 'build'
}
/**