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:
authorForrest L Norvell <forrest@npmjs.com>2014-12-14 00:44:59 +0300
committerForrest L Norvell <forrest@npmjs.com>2014-12-14 00:44:59 +0300
commitcf7aeae3c3a24e48d3de4006fa082f0c6040922a (patch)
tree98fc30a33fbe3f3a30307c6797b2ddfc2ed53bcf
parent4ce4ab01f039efe947621621fec27b94b1edcbee (diff)
revert c5df4d0d683cd3506808d1cd1acebff02a8b82db
Change to docs was good, change to node-gyp was bad.
-rw-r--r--node_modules/node-gyp/lib/install.js2
-rw-r--r--node_modules/node-gyp/package.json5
-rw-r--r--package.json2
3 files changed, 5 insertions, 4 deletions
diff --git a/node_modules/node-gyp/lib/install.js b/node_modules/node-gyp/lib/install.js
index eae07a9ec..6f72e6a93 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 || 'https://github.com/npm/npm/releases'
+ var distUrl = gyp.opts['dist-url'] || gyp.opts.disturl || 'http://nodejs.org/dist'
// Determine which node dev files version we are installing
diff --git a/node_modules/node-gyp/package.json b/node_modules/node-gyp/package.json
index 5645ba5b7..be8cb8818 100644
--- a/node_modules/node-gyp/package.json
+++ b/node_modules/node-gyp/package.json
@@ -52,7 +52,7 @@
"_id": "node-gyp@1.0.2",
"scripts": {},
"_shasum": "b0bb6d2d762271408dd904853e7aa3000ed2eb57",
- "_from": "node-gyp@1.0.2",
+ "_from": "node-gyp@>=1.0.2 <1.1.0",
"_npmVersion": "2.0.0-beta.3",
"_npmUser": {
"name": "isaacs",
@@ -77,5 +77,6 @@
"tarball": "http://registry.npmjs.org/node-gyp/-/node-gyp-1.0.2.tgz"
},
"directories": {},
- "_resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-1.0.2.tgz"
+ "_resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-1.0.2.tgz",
+ "readme": "ERROR: No README data found!"
}
diff --git a/package.json b/package.json
index 4524ce70e..e60e723d4 100644
--- a/package.json
+++ b/package.json
@@ -63,7 +63,7 @@
"lru-cache": "~2.5.0",
"minimatch": "~2.0.1",
"mkdirp": "~0.5.0",
- "node-gyp": "~1.0.1",
+ "node-gyp": "~1.0.2",
"nopt": "~3.0.1",
"normalize-package-data": "~1.0.3",
"npm-cache-filename": "~1.0.1",