From 7756b709006305e85557f9ae5c2736f91c5da3e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raphael=20von=20der=20Gr=C3=BCn?= Date: Fri, 2 Oct 2020 21:42:55 +0200 Subject: [PATCH] chore: clean up package.json (#1126) * 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 24c860dc2a..e8c2f63004 100644 --- a/package.json +++ b/package.json @@ -57,12 +57,7 @@ "gulp-htmllint": "^0.0.5", "simplecrawler": "^0.5.2" }, - "repository": { - "type": "git", - "url": "https://github.com/apache/cordova-docs" - }, - "bugs": { - "url": "https://github.com/apache/cordova-docs/issues" - }, + "repository": "github:apache/cordova-docs", + "bugs": "https://github.com/apache/cordova-docs/issues", "homepage": "https://cordova.apache.org" }