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/npm.js
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2010-03-24 22:32:41 +0300
committerisaacs <i@izs.me>2010-03-24 22:32:41 +0300
commit202aa8a35818e77255d9fcc87e7aa9e322ddc215 (patch)
tree486dc2fb4cae2bfc7af425d9345c3ab3b2f4092d /npm.js
parent2ddd12f6d1da68406bd5fe54141d9dd671a514fc (diff)
remove the todos that are done
Diffstat (limited to 'npm.js')
-rwxr-xr-xnpm.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/npm.js b/npm.js
index ee201e4b8..92fddd972 100755
--- a/npm.js
+++ b/npm.js
@@ -6,15 +6,6 @@ var npm = exports,
npm.config = ini.getConfig();
-// TODO: read configs from a conf file or cli
-// defaulting here is a wee bit hackish and potentially unsafe.
-// better to require that it be set in the conf or cli, and
-// fail if it's not set.
-
-// TODO: point this at a public js-registry instance some time soon.
-// This works right now by setting an /etc/hosts entry pointing
-// the "packages" hostname to a running instance of the js-registry
-
[ "install"
, "activate"
, "deactivate"