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 2DD4811CEF for ; Tue, 16 Sep 2014 19:36:49 +0000 (UTC) Received: (qmail 64393 invoked by uid 500); 16 Sep 2014 19:36:49 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 64368 invoked by uid 500); 16 Sep 2014 19:36:49 -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 64359 invoked by uid 99); 16 Sep 2014 19:36:49 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2014 19:36:49 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id B2F8BA16C35; Tue, 16 Sep 2014 19:36:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: maxw@apache.org To: commits@cordova.apache.org Message-Id: <66ccb31cadcd45e29f8680ee45a7579c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: Updated the version of gnode. Date: Tue, 16 Sep 2014 19:36:48 +0000 (UTC) Repository: cordova-coho Updated Branches: refs/heads/master 7792a80c7 -> f2badeb89 Updated the version of gnode. This was breaking CI tests. Project: http://git-wip-us.apache.org/repos/asf/cordova-coho/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-coho/commit/f2badeb8 Tree: http://git-wip-us.apache.org/repos/asf/cordova-coho/tree/f2badeb8 Diff: http://git-wip-us.apache.org/repos/asf/cordova-coho/diff/f2badeb8 Branch: refs/heads/master Commit: f2badeb8913af84986b9af411ec5233ea93295ab Parents: 7792a80 Author: Max Woghiren Authored: Tue Sep 16 15:36:39 2014 -0400 Committer: Max Woghiren Committed: Tue Sep 16 15:36:39 2014 -0400 ---------------------------------------------------------------------- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-coho/blob/f2badeb8/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 4be040c..59b4bcf 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "dependencies": { "chalk": "~0.4", "co": "~3.0", - "gnode": "0.0.8", + "gnode": "^0.1.0", "optimist": "0.4", "q": "~0.9", "request": "2.22.0",