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-08-18 03:51:57 +0400
committerisaacs <i@izs.me>2011-08-18 03:55:12 +0400
commit1f81f07e1a53dcfb5c8faccaeef48b29e9a15cd9 (patch)
tree9fa4d1802a6034d9c19ff6c81ce61d103abd44e1
parent8e84a57de64bea4c06d96bad5d1e4053748728b0 (diff)
v1.0.26v1.0.26
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3ecd8f0d4..86aaeaf90 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.25"
+, "version" : "1.0.26"
, "preferGlobal" : true
, "config" : { "publishtest" : false }
, "homepage" : "http://npmjs.org/"