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 56334200C5B for ; Thu, 27 Apr 2017 22:08:06 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 54EDF160B9E; Thu, 27 Apr 2017 20:08:06 +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 69990160BC3 for ; Thu, 27 Apr 2017 22:08:05 +0200 (CEST) Received: (qmail 23622 invoked by uid 500); 27 Apr 2017 20:08:04 -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 23418 invoked by uid 99); 27 Apr 2017 20:08:04 -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:08:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5DA90E01BC; Thu, 27 Apr 2017 20:08:04 +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:08:15 -0000 Message-Id: In-Reply-To: <6e63f5ed66994ea68ee7dc27e686dd92@git.apache.org> References: <6e63f5ed66994ea68ee7dc27e686dd92@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [12/16] cordova-plugin-statusbar git commit: CB-12685: added package.json to tests folder archived-at: Thu, 27 Apr 2017 20:08:06 -0000 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/2.2.x 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