Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 359F2200C72 for ; Thu, 27 Apr 2017 22:03:16 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 34485160B9E; Thu, 27 Apr 2017 20:03:16 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5896C160BBD for ; Thu, 27 Apr 2017 22:03:15 +0200 (CEST) Received: (qmail 99939 invoked by uid 500); 27 Apr 2017 20:03:14 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 99677 invoked by uid 99); 27 Apr 2017 20:03:14 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Apr 2017 20:03:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 61359E1863; Thu, 27 Apr 2017 20:03:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: filmaj@apache.org To: commits@cordova.apache.org Date: Thu, 27 Apr 2017 20:03:22 -0000 Message-Id: <75295e53684f4a53abd1391840a1ea04@git.apache.org> In-Reply-To: <5870314c0b494ff0855a8146b1792f37@git.apache.org> References: <5870314c0b494ff0855a8146b1792f37@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [09/13] cordova-plugin-media-capture git commit: CB-12685: added package.json to tests folder archived-at: Thu, 27 Apr 2017 20:03:16 -0000 CB-12685: added package.json to tests folder Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/commit/20bb4945 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/20bb4945 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/20bb4945 Branch: refs/heads/1.4.x Commit: 20bb4945e7aed684fdb9643164ec733a919b22bd Parents: 6f4e5dc Author: Steve Gill Authored: Fri Apr 21 19:23:15 2017 -0700 Committer: Steve Gill Committed: Fri Apr 21 19:23:15 2017 -0700 ---------------------------------------------------------------------- tests/package.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/20bb4945/tests/package.json ---------------------------------------------------------------------- diff --git a/tests/package.json b/tests/package.json new file mode 100644 index 0000000..2fd61ad --- /dev/null +++ b/tests/package.json @@ -0,0 +1,14 @@ +{ + "name": "cordova-plugin-media-capture-tests", + "version": "1.4.3-dev", + "description": "", + "cordova": { + "id": "cordova-plugin-media-capture-tests", + "platforms": [] + }, + "keywords": [ + "ecosystem:cordova" + ], + "author": "", + "license": "Apache 2.0" +} --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org