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 891A710B73 for ; Tue, 23 Apr 2013 14:46:43 +0000 (UTC) Received: (qmail 32167 invoked by uid 500); 23 Apr 2013 14:46:43 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 32128 invoked by uid 500); 23 Apr 2013 14:46:42 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 32121 invoked by uid 99); 23 Apr 2013 14:46:42 -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, 23 Apr 2013 14:46:42 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7424181EADE; Tue, 23 Apr 2013 14:46:42 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agrieve@apache.org To: commits@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: Fix parse error in package.json Date: Tue, 23 Apr 2013 14:46:42 +0000 (UTC) Updated Branches: refs/heads/future 24dbc2664 -> e1970f3aa Fix parse error in package.json Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/e1970f3a Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/e1970f3a Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/e1970f3a Branch: refs/heads/future Commit: e1970f3aaee8b492e1515051883750921b496633 Parents: 24dbc26 Author: Andrew Grieve Authored: Tue Apr 23 10:46:15 2013 -0400 Committer: Andrew Grieve Committed: Tue Apr 23 10:46:15 2013 -0400 ---------------------------------------------------------------------- package.json | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/e1970f3a/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 10a5f3a..d687620 100644 --- a/package.json +++ b/package.json @@ -53,5 +53,5 @@ { "name":"Fil Maj" } - ], + ] }