From 4c18d1f2b70606b9311ed20c234b560b49107b28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raphael=20von=20der=20Gr=C3=BCn?= Date: Fri, 2 Oct 2020 21:43:19 +0200 Subject: [PATCH] chore: clean up package.json (#132) * 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 bd40a66d..5f731509 100644 --- a/package.json +++ b/package.json @@ -13,13 +13,8 @@ "osx" ] }, - "repository": { - "type": "git", - "url": "https://github.com/apache/cordova-plugin-device" - }, - "bugs": { - "url": "https://github.com/apache/cordova-plugin-device/issues" - }, + "repository": "github:apache/cordova-plugin-device", + "bugs": "https://github.com/apache/cordova-plugin-device/issues", "keywords": [ "cordova", "device",