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-05-31 11:18:15 +0400
committerisaacs <i@izs.me>2011-05-31 11:45:14 +0400
commitbec4d9747a7971d962903c889910e7ddacd7c238 (patch)
tree6504572f25bddb6e18390e70878a6d2684c4b0f6
parent2f7d0572fb6bc27a736f9bbdf0fe9a250f5d5103 (diff)
v1.0.71.0.7
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 8148525d3..4a0625bbf 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.6"
+, "version" : "1.0.7"
, "preferGlobal" : true
, "config" : { "publishtest" : false }
, "homepage" : "http://npmjs.org/"