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:
authorlinclark <lin.w.clark@gmail.com>2014-12-10 03:37:41 +0300
committerForrest L Norvell <forrest@npmjs.com>2014-12-12 12:05:53 +0300
commitc5df4d0d683cd3506808d1cd1acebff02a8b82db (patch)
tree5eb63915ccb419c2c647732a16cba6df3cc15e32 /node_modules/node-gyp
parentdd7afcaebf4fe58e142d9159a525a246ad5e0da0 (diff)
update the dist url to point to github releases page
Diffstat (limited to 'node_modules/node-gyp')
-rw-r--r--node_modules/node-gyp/lib/install.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/node-gyp/lib/install.js b/node_modules/node-gyp/lib/install.js
index 6f72e6a93..eae07a9ec 100644
--- a/node_modules/node-gyp/lib/install.js
+++ b/node_modules/node-gyp/lib/install.js
@@ -39,7 +39,7 @@ function install (gyp, argv, callback) {
}
}
- var distUrl = gyp.opts['dist-url'] || gyp.opts.disturl || 'http://nodejs.org/dist'
+ var distUrl = gyp.opts['dist-url'] || gyp.opts.disturl || 'https://github.com/npm/npm/releases'
// Determine which node dev files version we are installing