From 80f46aefcd0cf812549a1327b2129bffcdae7f09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A8=E3=83=AA=E3=82=B9?= Date: Wed, 15 Apr 2020 11:53:22 +0900 Subject: [PATCH] chore(npm): use short notation in package.json (#953) --- package.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index a3f9ba54..369cd754 100644 --- a/package.json +++ b/package.json @@ -6,13 +6,8 @@ "create": "bin/create" }, "main": "bin/templates/cordova/Api.js", - "repository": { - "type": "git", - "url": "https://github.com/apache/cordova-android" - }, - "bugs": { - "url": "https://github.com/apache/cordova-android/issues" - }, + "repository": "github:apache/cordova-android", + "bugs": "https://github.com/apache/cordova-android/issues", "keywords": [ "android", "cordova",