From 28a4f82c41967f2491229293f830a88a9863c14e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raphael=20von=20der=20Gr=C3=BCn?= Date: Fri, 2 Oct 2020 21:43:16 +0200 Subject: [PATCH] chore: clean up package.json (#87) * chore(pkg): use short notation for repository field * chore(pkg): use short notation for bugs field --- package.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 7997a02..9161763 100644 --- a/package.json +++ b/package.json @@ -12,13 +12,8 @@ "windows" ] }, - "repository": { - "type": "git", - "url": "https://github.com/apache/cordova-plugin-battery-status" - }, - "bugs": { - "url": "https://issues.apache.org/jira/browse/CB" - }, + "repository": "github:apache/cordova-plugin-battery-status", + "bugs": "https://github.com/apache/cordova-plugin-battery-status/issues", "keywords": [ "cordova", "battery",