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-10-14 19:35:29 +0400
committerisaacs <i@izs.me>2011-10-14 19:35:29 +0400
commitb884477d2140d857273a5b498efc908f25239b2b (patch)
tree107f99ba4656190ffa1314543d607abe00295969
parent898558c4cd1e73326adda837f776f9c004eb3371 (diff)
v1.0.97v1.0.97
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 40dea9a68..546390fd3 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.96"
+, "version" : "1.0.97"
, "preferGlobal" : true
, "config" : { "publishtest" : false }
, "homepage" : "http://npmjs.org/"