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-11-06 02:36:24 +0400
committerisaacs <i@izs.me>2011-11-06 02:36:24 +0400
commitbe4f553b2830238025576111f8f1c3ad85a6d774 (patch)
treea3fe2515d0678e7a5da43112a78079543064c77e
parent9fc176f304ffb0b6595fea9092e178087e4bf7a4 (diff)
v1.0.104v1.0.104
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 268566888..f33ebd6fb 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.103"
+, "version" : "1.0.104"
, "preferGlobal" : true
, "config" : { "publishtest" : false }
, "homepage" : "http://npmjs.org/"
@@ -51,7 +51,7 @@
, "which" ]
, "devDependencies" :
{ "ronn" : "https://github.com/isaacs/ronnjs/tarball/master" }
-, "engines" : { "node" : "0.4 || 0.5", "npm" : "1" }
+, "engines" : { "node" : "0.4 || 0.5 || 0.6", "npm" : "1" }
, "scripts" : { "test" : "./test/run"
, "prepublish" : "make -j4 doc"
, "dumpconf": "env | grep npm | sort | uniq"