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>2011-07-25 04:07:19 +0400
committerisaacs <i@izs.me>2011-07-25 04:07:19 +0400
commit2b6da161d612352f54dfe936594732ae97a8083c (patch)
tree21bcab65f84cf6b4a21ec8549c7f10077896fb6b
parentf4f398ed9ad2f336341f7273a37fcc377699a6b5 (diff)
v1.0.21v1.0.21
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 039a95787..4bbf7e804 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{ "name" : "npm"
, "description" : "A package manager for node"
, "keywords" : [ "package manager", "modules", "install", "package.json" ]
-, "version" : "1.0.20"
+, "version" : "1.0.21"
, "preferGlobal" : true
, "config" : { "publishtest" : false }
, "homepage" : "http://npmjs.org/"