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 4B1B3200C69 for ; Sat, 22 Apr 2017 04:27:21 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 49A3D160BAF; Sat, 22 Apr 2017 02:27:21 +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 B7F44160B97 for ; Sat, 22 Apr 2017 04:27:20 +0200 (CEST) Received: (qmail 26598 invoked by uid 500); 22 Apr 2017 02:27:19 -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 26589 invoked by uid 99); 22 Apr 2017 02:27:19 -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; Sat, 22 Apr 2017 02:27:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CBC10F49F5; Sat, 22 Apr 2017 02:27:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-statusbar git commit: CB-12685: added package.json to tests folder Date: Sat, 22 Apr 2017 02:27:19 +0000 (UTC) archived-at: Sat, 22 Apr 2017 02:27:21 -0000 Repository: cordova-plugin-statusbar Updated Branches: refs/heads/master 95eb824d0 -> d980145c9 CB-12685: added package.json to tests folder Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/commit/d980145c Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/tree/d980145c Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/diff/d980145c Branch: refs/heads/master Commit: d980145c98258d947e2682c26bf51471a960e98a Parents: 95eb824 Author: Steve Gill Authored: Fri Apr 21 19:27:17 2017 -0700 Committer: Steve Gill Committed: Fri Apr 21 19:27:17 2017 -0700 ---------------------------------------------------------------------- tests/package.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/d980145c/tests/package.json ---------------------------------------------------------------------- diff --git a/tests/package.json b/tests/package.json new file mode 100644 index 0000000..5e2ba47 --- /dev/null +++ b/tests/package.json @@ -0,0 +1,14 @@ +{ + "name": "cordova-plugin-statusbar-tests", + "version": "2.2.3-dev", + "description": "", + "cordova": { + "id": "cordova-plugin-statusbar-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