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>2010-03-26 04:48:11 +0300
committerisaacs <i@izs.me>2010-03-26 04:48:11 +0300
commit783d7108886b168a873a0c1b670421ec4a024371 (patch)
tree5ac59bb45725d0248f16835ec6ea22d1da6c5637 /package.json
parentd7f1521b2bd241056bf0bfb9a71474211262f8be (diff)
Mark the start of 0.0.7beta, and properly specify the node requirement.
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 3bb8db542..3419b1c1c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{ "name" : "npm"
, "description" : "A package manager for node"
-, "version" : "0.0.6"
+, "version" : "0.0.7beta"
, "author" : "Isaac Z. Schlueter <i@izs.me>"
, "contributors" : [ "Mikeal Rogers <mikeal.rogers@gmail.com>" ]
, "repository" :
@@ -11,9 +11,9 @@
{ "mail" : "npm-@googlegroups.com"
, "web" : "http://github.com/isaacs/npm/issues"
}
-, "os": ["linux", "darwin", "freebsd"]
+, "os" : [ "linux", "darwin", "freebsd" ]
, "directories" : { "lib" : "./lib/" }
, "main" : "./npm"
, "bin" : { "npm" : "./cli.js" }
-, "engines" : { "node" : ">=0.1.30" }
+, "engines" : { "node" : ">=0.1.32" }
}