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-05 08:15:04 +0300
committerisaacs <i@izs.me>2010-03-05 08:15:04 +0300
commit74d2551157bef16809544f916bf94c586a09a253 (patch)
tree6c9ea6bd9d261033814f14c584c75af010fdeae2 /README.md
parentce27a74b6920bf02cc5ebed8e91a1f85833cbc55 (diff)
remove todo item
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9083fcdf0..441ec0889 100644
--- a/README.md
+++ b/README.md
@@ -210,7 +210,6 @@ This would link the dependencies into the specified locations, so that the packa
All the "core functionality" stuff above. Most immediately:
* Support a "bin" object that maps program names to things in the package, and installs into the same folder as node. (via mikeal)
-* Let the package specify the version of node that it's compatible with, in the "engines" field.
* Safely uninstall packages, failing if anything depends on it.
* Install packages from the registry. Implement a "fetch" command that writes to `.npm/{pkg}/{version}/package.json`.
* Install missing dependencies. For each one, fetch it, then figure out what it needs, then fetch that if we don't already have it, etc. Put off the resolveDependencies step until everything on the list has been installed, then go back and do the dependency linking.