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>2014-10-02 01:04:39 +0400
committerForrest L Norvell <forrest@npmjs.com>2014-10-03 02:35:28 +0400
commit1e6447360207f45ad6188e5780fdf4517de6e23d (patch)
tree932ff773ec27489d47ca9c42e34cf9160a461f3c /lib/npm.js
parent3e431f9d6884acb4cde8bcb8a0b122a76b33ee1d (diff)
rm -rf npm submodule command
Noticed today that 'npm submodule' is broken in npm 2.0. Went digging, and thought 'Hey, how did this EVER work?' Dug a bit deeper, and found that this command was actually let go way back in the summer of 2013, and had been hanging around ever since due to a glitch in the system. So, with this patch, we've 'fixed the glitch', removing it from the set of npm commands. Fix #6369
Diffstat (limited to 'lib/npm.js')
-rw-r--r--lib/npm.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/npm.js b/lib/npm.js
index 666bc885f..4fb693df8 100644
--- a/lib/npm.js
+++ b/lib/npm.js
@@ -99,7 +99,6 @@ var commandCache = {}
, "update"
, "outdated"
, "prune"
- , "submodule"
, "pack"
, "dedupe"