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-08 01:49:05 +0400
committerisaacs <i@izs.me>2010-05-08 01:49:05 +0400
commit3e798e875a2e7dc43d7e080546824e32c05f29f4 (patch)
tree47854a9acd43c3cd94ada8888b063e85d02f894f /doc
parenta175e2199b242037af896173c2e8a21f8cd5144b (diff)
move todo to the issues page
Diffstat (limited to 'doc')
-rw-r--r--doc/npm.md21
1 files changed, 1 insertions, 20 deletions
diff --git a/doc/npm.md b/doc/npm.md
index 76e4b2633..7bfa0d466 100644
--- a/doc/npm.md
+++ b/doc/npm.md
@@ -70,26 +70,7 @@ i@izs.me.
## Todo
-* Update dependencies when a new satisfying version is installed.
-* 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 sugar to make it simpler to tie a git repo to a published package, and then
- automatically update the registry whenever a specific branch (or semver-looking
- tag) is pushed.
-* 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.)
-* Ability to talk to more than one registry at a time.
-* Abbrev support on the CLI commands
-* A bash-completion script
-* chmod 0755 the bins automatically
-* Use buffers to download tarballs, instead of the "binary" encoding.
-* When the tarball is downloaded, save it to .tmp/name/ver/package.tgz,
- instead of some random garbage filename.
-* Cache JSON files locally to .tmp/name/ver/package.json, even if the
- package isn't installed. This would cut down on calls to the registry.
+See <http://github.com/isaacs/npm/issues> for current todo list.
## Version History