You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/01/09 22:01:59 UTC

[2/2] git commit: CB-4871 Make some dependencies have same versions as those in plugman

CB-4871 Make some dependencies have same versions as those in plugman


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

Branch: refs/heads/master
Commit: 562818554b359e5bcb61a3294660a3b6be7bf08a
Parents: f4b0084
Author: Andrew Grieve <ag...@chromium.org>
Authored: Thu Jan 9 16:01:22 2014 -0500
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Thu Jan 9 16:01:49 2014 -0500

----------------------------------------------------------------------
 package.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/56281855/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index fc08fcb..10e349f 100644
--- a/package.json
+++ b/package.json
@@ -31,10 +31,10 @@
     "elementtree": "0.1.5",
     "plugman": "0.17.x",
     "plist-with-patches": "0.5.x",
-    "xcode": "0.6.2",
-    "shelljs": "0.1.2",
-    "request": "2.22.0",
-    "semver": "1.1.0",
+    "xcode": "git+https://github.com/kronenthaler/node-xcode.git",
+    "shelljs": "0.1.x",
+    "request": "~2.21.0",
+    "semver": "2.0.x",
     "tar": "0.1.x",
     "npmconf": "0.1.x",
     "q": "~0.9",