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>2013-06-06 03:11:49 +0400
committerisaacs <i@izs.me>2013-06-06 03:11:49 +0400
commitb3396933b6c73a167efaaf3ef61befdd28424fa4 (patch)
treefb92ddf6468a9762e39096aa8a903a76093b1e02 /node_modules/node-gyp/lib/node-gyp.js
parentd2cdafbc344d5ee089ec794cca1259ea5a61ee33 (diff)
node-gyp@0.10.0
Diffstat (limited to 'node_modules/node-gyp/lib/node-gyp.js')
-rw-r--r--node_modules/node-gyp/lib/node-gyp.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/node_modules/node-gyp/lib/node-gyp.js b/node_modules/node-gyp/lib/node-gyp.js
index fae8e1391..37d2e5061 100644
--- a/node_modules/node-gyp/lib/node-gyp.js
+++ b/node_modules/node-gyp/lib/node-gyp.js
@@ -97,6 +97,7 @@ proto.shorthands = {
release: '--no-debug'
, C: '--directory'
, debug: '--debug'
+ , j: '--jobs'
, silly: '--loglevel=silly'
, verbose: '--loglevel=verbose'
}