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 98D6F200C80 for ; Thu, 25 May 2017 19:38:43 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 976A2160BCA; Thu, 25 May 2017 17:38:43 +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 10889160BB4 for ; Thu, 25 May 2017 19:38:42 +0200 (CEST) Received: (qmail 67106 invoked by uid 500); 25 May 2017 17:38:42 -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 67097 invoked by uid 99); 25 May 2017 17:38:42 -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, 25 May 2017 17:38:42 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2C12ADFB8A; Thu, 25 May 2017 17:38:42 +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 Message-Id: <333a2b0613eb412b9698df6b26cee82c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-splashscreen git commit: CB-12847: added `bugs` entry to package.json. Date: Thu, 25 May 2017 17:38:42 +0000 (UTC) archived-at: Thu, 25 May 2017 17:38:43 -0000 Repository: cordova-plugin-splashscreen Updated Branches: refs/heads/master e0cf39683 -> ffda2e81b CB-12847: added `bugs` entry to package.json. Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/ffda2e81 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/ffda2e81 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/ffda2e81 Branch: refs/heads/master Commit: ffda2e81b9b048975baa7461a7286b63e184a810 Parents: e0cf396 Author: filmaj Authored: Thu May 25 19:03:13 2017 +0200 Committer: filmaj Committed: Thu May 25 19:03:13 2017 +0200 ---------------------------------------------------------------------- package.json | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/ffda2e81/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 5a5913f..27c9f82 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,9 @@ "type": "git", "url": "https://github.com/apache/cordova-plugin-splashscreen" }, + "bugs": { + "url": "https://issues.apache.org/jira/browse/CB" + }, "keywords": [ "cordova", "splashscreen", --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org