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 CD494200C63 for ; Thu, 11 May 2017 20:10:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CBC4C160BC7; Thu, 11 May 2017 18:10:23 +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 1E901160BB3 for ; Thu, 11 May 2017 20:10:22 +0200 (CEST) Received: (qmail 79869 invoked by uid 500); 11 May 2017 18:10:22 -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 79860 invoked by uid 99); 11 May 2017 18:10:22 -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, 11 May 2017 18:10:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 38EBEDFBAB; Thu, 11 May 2017 18:10:22 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shazron@apache.org To: commits@cordova.apache.org Message-Id: <39988ff09a3b4b6491c6714251df8632@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugins git commit: CB-12799 - updated version, add package.json Date: Thu, 11 May 2017 18:10:22 +0000 (UTC) archived-at: Thu, 11 May 2017 18:10:24 -0000 Repository: cordova-plugins Updated Branches: refs/heads/notification 1b00ebe41 -> 8432895c4 CB-12799 - updated version, add package.json Project: http://git-wip-us.apache.org/repos/asf/cordova-plugins/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugins/commit/8432895c Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugins/tree/8432895c Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugins/diff/8432895c Branch: refs/heads/notification Commit: 8432895c4d3b222f831125f5f2adb04d22a0076a Parents: 1b00ebe Author: Shazron Abdullah Authored: Thu May 11 11:10:14 2017 -0700 Committer: Shazron Abdullah Committed: Thu May 11 11:10:14 2017 -0700 ---------------------------------------------------------------------- package.json | 18 ++++++++++++++++++ plugin.xml | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/8432895c/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json new file mode 100644 index 0000000..cf98480 --- /dev/null +++ b/package.json @@ -0,0 +1,18 @@ +{ + "name": "cordova-labs-notification", + "version": "0.0.2", + "description": "Cordova Notification Plugin", + "main": "index.js", + "directories": { + "doc": "doc" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://git-wip-us.apache.org/repos/asf/cordova-plugins.git" + }, + "author": "Apache Cordova", + "license": "Apache-2.0" +} http://git-wip-us.apache.org/repos/asf/cordova-plugins/blob/8432895c/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 650da2c..2cebb89 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,8 +20,8 @@ + id="cordova-labs-notification" + version="0.0.2"> Notification Cordova Notification Plugin Apache 2.0 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org