From 8688302cbfe839c8126f9903d9212ea56b298020 Mon Sep 17 00:00:00 2001 From: isaacs Date: Wed, 5 May 2010 09:18:36 -0700 Subject: Make the last todo list item more specific --- man/npm.1 | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'man') diff --git a/man/npm.1 b/man/npm.1 index e92ea9559..0d69bed03 100644 --- a/man/npm.1 +++ b/man/npm.1 @@ -81,15 +81,12 @@ i@izs.me. .SH "Todo" . .IP "\(bu" 4 -Uninstall dependent packages. -. -.IP "\(bu" 4 Update dependencies when a new satisfying version is installed. . .IP "\(bu" 4 -A few of the commands are still a bit user\-hostile, and crash in -strange or un\-helpful ways when they are not given the data they expect. -Make them not do that. +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. . .IP "\(bu" 4 Some sugar to make it simpler to tie a git repo to a published package, and then @@ -97,11 +94,6 @@ automatically update the registry whenever a specific branch (or semver\-looking tag) is pushed. . .IP "\(bu" 4 -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. -. -.IP "\(bu" 4 Show what can be installed by looking at the registry. . .IP "\(bu" 4 @@ -130,6 +122,10 @@ 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. . +.IP "\(bu" 4 +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. +. .IP "" 0 . .SH "Version History" -- cgit v1.2.3