You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2013/05/17 05:46:21 UTC

[2/2] git commit: Update node version requirement

Update node version requirement


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/b2eafb4b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/b2eafb4b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/b2eafb4b

Branch: refs/heads/master
Commit: b2eafb4bc6397732f20cbf7ee49c6a559c747ac2
Parents: 9e01514
Author: Brett Rudd <br...@gmail.com>
Authored: Thu May 16 16:53:18 2013 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Thu May 16 20:45:43 2013 -0700

----------------------------------------------------------------------
 package.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/b2eafb4b/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 0f6fd8c..e258cad 100644
--- a/package.json
+++ b/package.json
@@ -9,7 +9,7 @@
   },
   "main": "plugman.js",
   "engines": {
-    "node": ">=0.6.7"
+    "node": ">=0.9.9"
   },
   "dependencies": {
     "nopt": "1.0.x",