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-05-03 06:22:12 +0400
committerisaacs <i@izs.me>2010-05-03 06:22:12 +0400
commitd082d09a3cee2451215ed035957c6a38250125b0 (patch)
tree06d0215d54dbb48b70d0c9faab6fb74aa6b4f61b /npm.js
parent78ceb969a90affdb8eece2c678da7fffad33081c (diff)
One install to rule them all.
Diffstat (limited to 'npm.js')
-rwxr-xr-xnpm.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/npm.js b/npm.js
index 1e3644d5e..c74732857 100755
--- a/npm.js
+++ b/npm.js
@@ -19,7 +19,6 @@ npm.commands = {}
, "adduser"
, "config"
, "help"
- , "registry-install"
].forEach(function (c) { npm.commands[c] = require("./lib/"+c) })
npm.commands.list = npm.commands.ls