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>2011-02-26 04:08:37 +0300
committerisaacs <i@izs.me>2011-02-26 04:08:37 +0300
commit363117ef97432c33443d3b04a5fedcd309fe0abc (patch)
treee10cabfb8f61ebbd15f2cd8a11f4016e074578cd /npm.js
parentc484c0efb119178b7cf5c8d3c1cffe8678c3374f (diff)
Closes GH-47. Remove npm repl. Never really worked
Diffstat (limited to 'npm.js')
-rw-r--r--npm.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/npm.js b/npm.js
index 32fcd8730..41841459a 100644
--- a/npm.js
+++ b/npm.js
@@ -81,7 +81,6 @@ var commandCache = {}
, "update"
, "update-dependents"
, "view"
- , "repl"
, "rebuild"
, "bundle"
, "outdated"