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-02-28 08:14:19 +0300
committerisaacs <i@izs.me>2010-02-28 08:14:19 +0300
commitf45ecf69e87a8dd16ebd49b6e8b1c60d5950f03e (patch)
tree9225fadb34a6b3f792f7af3fb47033d7dee2ff37 /README.md
parentf8a798d2d26ef92bf38759c1dccc12c5073682ae (diff)
More todos
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4a81672ac..e8c16fffd 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,8 @@ 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.