From d472e382d8479dc013471d9ef8679775f74234c6 Mon Sep 17 00:00:00 2001 From: Tim Brust Date: Thu, 2 Jul 2020 08:04:55 +0000 Subject: [PATCH] chore(npm): use short notation in package.json (#195) --- package.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 09f16ff..591447b 100644 --- a/package.json +++ b/package.json @@ -11,13 +11,8 @@ "windows" ] }, - "repository": { - "type": "git", - "url": "https://github.com/apache/cordova-plugin-statusbar" - }, - "bugs": { - "url": "https://github.com/apache/cordova-plugin-statusbar/issues" - }, + "repository": "github:apache/cordova-plugin-statusbar", + "bugs": "https://github.com/apache/cordova-plugin-statusbar/issues", "keywords": [ "cordova", "statusbar",