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-21 22:22:21 +0300
committerisaacs <i@izs.me>2010-03-21 22:22:21 +0300
commitd9d0bed1a5eee5f4244204baf7655ac4e25e6b83 (patch)
treec5fa5dd951bb1e205067fe113a453212b12deeec
parent4d05b0461351c041801aecb01444b69916421d83 (diff)
bump version to 0.0.5v0.0.5
-rw-r--r--README.md1
-rw-r--r--package.json2
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index cc2fb9865..0133e6e64 100644
--- a/README.md
+++ b/README.md
@@ -379,3 +379,4 @@ Some "nice to have" things that aren't quite core:
* fix a few bugs in uninstall wrt dependent packages
* fix relative require()for nodejs modules installed with the "bin" field.
(issue #2)
+* update to work with node 0.1.33 (aka net2)
diff --git a/package.json b/package.json
index 002ceaaad..dc04b9b68 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{ "name" : "npm"
, "description" : "A package manager for node"
-, "version" : "0.0.5beta"
+, "version" : "0.0.5"
, "author" : "Isaac Z. Schlueter <i@izs.me>"
, "directories" : { "lib" : "./lib/" }
, "main" : "./npm"