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 82E0C200C7F for ; Wed, 24 May 2017 21:54:41 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 815A4160BB6; Wed, 24 May 2017 19:54:41 +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 ECAAD160BA5 for ; Wed, 24 May 2017 21:54:40 +0200 (CEST) Received: (qmail 40101 invoked by uid 500); 24 May 2017 19:54:40 -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 40092 invoked by uid 99); 24 May 2017 19:54:40 -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; Wed, 24 May 2017 19:54:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0E6FADFAF5; Wed, 24 May 2017 19:54:40 +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: <2c730cf8418f430a879a065b9554a5d5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-console git commit: CB-12847: added `bugs` entry to package.json. Date: Wed, 24 May 2017 19:54:40 +0000 (UTC) archived-at: Wed, 24 May 2017 19:54:41 -0000 Repository: cordova-plugin-console Updated Branches: refs/heads/master 15b0c6d01 -> ed1cabe2a CB-12847: added `bugs` entry to package.json. Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/commit/ed1cabe2 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/ed1cabe2 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/ed1cabe2 Branch: refs/heads/master Commit: ed1cabe2ad40349680840367869dbd1aa13799d5 Parents: 15b0c6d Author: filmaj Authored: Wed May 24 21:16:04 2017 +0200 Committer: filmaj Committed: Wed May 24 21:16:04 2017 +0200 ---------------------------------------------------------------------- package.json | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/ed1cabe2/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 02bab32..07ef29c 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,9 @@ "type": "git", "url": "https://github.com/apache/cordova-plugin-console" }, + "bugs": { + "url": "https://github.com/apache/cordova-website/issues" + }, "keywords": [ "cordova", "console", --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org