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>2010-04-26 02:46:05 +0400
committerisaacs <i@izs.me>2010-04-26 03:39:52 +0400
commit9fb56fcd3fb32e931501ebed29ce8586c8861415 (patch)
tree6d0b7044f6c857eab261049465d899b920acda6f /README.md
parentcbae4a97599251ce5ee204811d5a00bf22e74ca5 (diff)
refactor list doc
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/README.md b/README.md
index a40fcbceb..7308bf531 100644
--- a/README.md
+++ b/README.md
@@ -101,18 +101,6 @@ These are the commands that actually do things, as of today. If they don't do
what they say they do, then please [post an issue](http://github.com/isaacs/npm/issues)
about it.
-### list
-
- npm list [package]
-
-This will show the installed (and, potentially, activated) versions of all the
-packages that npm has installed, or just the `package` if specified.
-
-This is also aliased to `ls`.
-
-**FIXME**: Prints to stderr, but should really be stdout, since the log is what
-you're after.
-
### adduser
npm adduser bob password bob@email.com