Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DE68B10206 for ; Thu, 11 Jul 2013 21:50:01 +0000 (UTC) Received: (qmail 18720 invoked by uid 500); 11 Jul 2013 21:50:01 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 18636 invoked by uid 500); 11 Jul 2013 21:50:01 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 18549 invoked by uid 99); 11 Jul 2013 21:50:01 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jul 2013 21:50:01 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 61F568940AC; Thu, 11 Jul 2013 21:50:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anis@apache.org To: commits@cordova.apache.org Date: Thu, 11 Jul 2013 21:50:04 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [04/43] git commit: [CB-4060] Remove git dependency from the npm package. [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/plugman-registry Commit: 39c29039c028c3dd71742bfa474bec5a7cd81ee9 Parents: 399678e Author: Michael Brooks Authored: Tue Jul 2 15:07:32 2013 -0700 Committer: Michael Brooks 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",