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/doc
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-05-05 05:55:20 +0400
committerisaacs <i@izs.me>2010-05-05 05:55:20 +0400
commit90282870ba0e67e52a6dc135edc2e7ca37241b13 (patch)
treeb963b386ec658d4d5793af869a0705bfe698dc40 /doc
parent2a35c6d0c4ecbe8161a5d0286888ced7b043366a (diff)
Remove a chunk from the registry doc
Diffstat (limited to 'doc')
-rw-r--r--doc/registry.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/registry.md b/doc/registry.md
index d4be465e2..28ba545bb 100644
--- a/doc/registry.md
+++ b/doc/registry.md
@@ -10,22 +10,8 @@ data moved to the relevant command documentation.
Notes on npm's use of the [js-registry](http://github.com/mikeal/js-registry).
-As of 2010-04-25, the "new commands" have been added, but the changes to the
-"changed commands" have not been made yet.
-
## Changed commands
-### install
-
-Assuming that the stable branch of foo is 0.1.3, then all three of these do
-the same thing:
-
- npm install foo
- npm install foo-0.1.3
- npm install foo 0.1.3
-
-Furthermore, dependencies are installed implicitly.
-
### list
npm list will now also show packages that are in the registry for