summaryrefslogtreecommitdiff
path: root/deps/npm/lib
diff options
context:
space:
mode:
authorKat Marchán <kzm@sykosomatic.org>2015-06-04 19:04:48 -0700
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2015-06-10 09:05:54 -0700
commitf41b7f12b534393b7e2705eb4c0d21a7536f435f (patch)
treef31e1f8d1b06f2772cdacdb1ccba12250cd5a875 /deps/npm/lib
parentf500e1833bd5bd63ba122defb28af1c61de74168 (diff)
downloadandroid-node-v8-f41b7f12b534393b7e2705eb4c0d21a7536f435f.tar.gz
android-node-v8-f41b7f12b534393b7e2705eb4c0d21a7536f435f.tar.bz2
android-node-v8-f41b7f12b534393b7e2705eb4c0d21a7536f435f.zip
deps: upgrade to npm 2.11.1
PR-URL: https://github.com/nodejs/io.js/pull/1899 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Forrest L Norvell <forrest@npmjs.com>
Diffstat (limited to 'deps/npm/lib')
-rw-r--r--deps/npm/lib/cache/add-remote-git.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/npm/lib/cache/add-remote-git.js b/deps/npm/lib/cache/add-remote-git.js
index d4281a8aea..dc40cb3b64 100644
--- a/deps/npm/lib/cache/add-remote-git.js
+++ b/deps/npm/lib/cache/add-remote-git.js
@@ -27,6 +27,7 @@ var VALID_VARIABLES = [
'GIT_ASKPASS',
'GIT_PROXY_COMMAND',
'GIT_SSH',
+ 'GIT_SSH_COMMAND',
'GIT_SSL_CAINFO',
'GIT_SSL_NO_VERIFY'
]