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-03-01 05:44:12 +0300
committerisaacs <i@izs.me>2010-03-01 05:44:12 +0300
commitc3b9c17057ae0c2af761ce831a7bb4538d9a8ed8 (patch)
tree44b0e3d036509af3628b867a9bc47d0f335be3f6
parent04dee62ca7b937ca7d5888cc9574280c995440f1 (diff)
Remove the todo for the done item.
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index e8c16fffd..4a81672ac 100644
--- a/README.md
+++ b/README.md
@@ -33,8 +33,6 @@ This'll create some stuff in `$HOME/.node_libraries`. It supports installing mu
## Todo
-* Don't delete the tarball! That's very annoying!
-*
* Install packages from the registry
* Install missing dependencies. This, with the registry, will make it so that circular dependencies are supported.
* Safely uninstall packages, failing if anything depends on it.