Updated Branches: refs/heads/master 399678e09 -> 39c29039c
[CB-4060] Remove git dependency from the npm package. Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/39c29039 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/39c29039 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/39c29039 Branch: refs/heads/master Commit: 39c29039c028c3dd71742bfa474bec5a7cd81ee9 Parents: 399678e Author: Michael Brooks <[email protected]> Authored: Tue Jul 2 15:07:32 2013 -0700 Committer: Michael Brooks <[email protected]> Committed: Tue Jul 2 15:07:32 2013 -0700 ---------------------------------------------------------------------- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/39c29039/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index bc7cc7e..c62a8d0 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "nopt": "1.0.x", "glob": "3.2.x", "elementtree": "0.1.x", - "xcode": "git+https://github.com/filmaj/node-xcode.git", + "xcode": "https://github.com/filmaj/node-xcode/tarball/master", "plist": "0.4.x", "bplist-parser": "0.0.x", "shelljs": "0.1.x",
