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
path: root/npm.js
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-03-21 23:36:45 +0300
committerisaacs <i@izs.me>2010-03-21 23:36:45 +0300
commitbcbbece5c3c2575b6487fcfd666d4279e47189f4 (patch)
treef06ea281fcee6c4e32f5faf8cb3caa74999aeb68 /npm.js
parente05cb47a4d3fd2734475c32b09a494d2a3ef919d (diff)
Point the default registry at its future location.
Diffstat (limited to 'npm.js')
-rwxr-xr-xnpm.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/npm.js b/npm.js
index 96f96a73a..f3fec48ca 100755
--- a/npm.js
+++ b/npm.js
@@ -13,7 +13,7 @@ npm.config = {};
// TODO: point this at a public js-registry instance some time soon.
// This works right now by setting an /etc/hosts entry pointing
// the "packages" hostname to a running instance of the js-registry
-npm.config.registry = "http://packages:5984/";
+npm.config.registry = "http://registry.npmjs.org/";
[ "install"
, "activate"