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>2011-02-17 04:18:53 +0300
committerisaacs <i@izs.me>2011-02-17 04:18:53 +0300
commit8319abd8f9586547c4b48f80d0e48bfaf4624599 (patch)
tree1726b860d8b63044b6126b4442ecb9422ec2fff7
parentc7662d0e4c4a76be44b302d6384838367cba8d87 (diff)
Alas, https still not quite reliable enough
-rw-r--r--lib/utils/default-config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils/default-config.js b/lib/utils/default-config.js
index dbb794eba..b4ae5701a 100644
--- a/lib/utils/default-config.js
+++ b/lib/utils/default-config.js
@@ -41,7 +41,7 @@ module.exports =
, prune : undefined // if set to boolean false, then that means "never"
, "rebuild-bundle" : true
, recursive : false
- , registry : "https://registry.npmjs.org/"
+ , registry : "http://registry.npmjs.org/"
, root : path.join(process.execPath, "..", "..", "lib", "node")
, tag : "latest"
, tar : process.env.TAR || "tar"