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:20 UTC

[1/2] git commit: updated dep ref of xcode to npm version num

Updated Branches:
  refs/heads/master 9344102d8 -> b2eafb4bc


updated dep ref of xcode to npm version num


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

Branch: refs/heads/master
Commit: 9e01514c0d0f627a759b17b79b91b26e0244fcc5
Parents: 9344102
Author: Fil Maj <ma...@gmail.com>
Authored: Thu May 16 20:44:55 2013 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Thu May 16 20:44:55 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/9e01514c/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index a01784e..0f6fd8c 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,7 @@
     "nopt": "1.0.x",
     "glob": "3.0.x",
     "elementtree": "0.1.x",
-    "xcode": "git+https://github.com/imhotep/node-xcode.git",
+    "xcode": "0.6.x",
     "plist": "0.4.x",
     "bplist-parser": "0.0.x",
     "shelljs": "0.1.x",


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

Posted by fi...@apache.org.
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",