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-03 11:18:28 +0400
committerisaacs <i@izs.me>2010-05-03 11:18:28 +0400
commit76164dac38b0e6082c185889d34a378699be83a6 (patch)
tree804ad49dc42c8428a1fa2638dd03cd6e8f41ba58 /doc
parentb3f1673c00ba3d7462e75e11503439b6f40a8d44 (diff)
todo list update
Diffstat (limited to 'doc')
-rw-r--r--doc/npm.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/npm.md b/doc/npm.md
index 5b28beb71..d1cff4fd6 100644
--- a/doc/npm.md
+++ b/doc/npm.md
@@ -99,9 +99,7 @@ opinions.
* Clean up after botched builds. Rather than removing stuff, move it aside, and
only remove it when the process succeeds. If it fails, then roll it all back
to the way it was beforehand.
-
-Some "nice to have" things that aren't quite core:
-
+* Show what can be installed by looking at the registry.
* Use path.relative so that the whole root can be picked up and moved easily.
* Change the registry so that it keeps the tarball as a couchdb attachment.
(That's more a change to js-registry, not to npm, but they are related.)