From 6ae7a7a54c735209ea6d0e84c97d7d2e5850d223 Mon Sep 17 00:00:00 2001 From: Tim Brust Date: Thu, 2 Jul 2020 08:05:12 +0000 Subject: [PATCH] chore(npm): use short notation in package.json (#201) --- package.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 24d53c29..dc652362 100644 --- a/package.json +++ b/package.json @@ -10,13 +10,8 @@ "windows" ] }, - "repository": { - "type": "git", - "url": "https://github.com/apache/cordova-plugin-geolocation" - }, - "bugs": { - "url": "https://github.com/apache/cordova-plugin-geolocation/issues" - }, + "repository": "github:apache/cordova-plugin-geolocation", + "bugs": "https://github.com/apache/cordova-plugin-geolocation/issues", "keywords": [ "cordova", "geolocation",