From 4b719848a6df8ef8fdda27eb444ac2ee92e0b032 Mon Sep 17 00:00:00 2001 From: Tim Brust Date: Thu, 2 Jul 2020 08:05:29 +0000 Subject: [PATCH] chore(npm): use short notation in package.json (#64) --- package.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 984b869..ea6db91 100644 --- a/package.json +++ b/package.json @@ -2,13 +2,8 @@ "name": "cordova-plugin-screen-orientation", "version": "3.0.3-dev", "description": "Cordova Screen Orientation plugin", - "repository": { - "type": "git", - "url": "https://github.com/apache/cordova-plugin-screen-orientation" - }, - "bugs": { - "url": "https://github.com/apache/cordova-plugin-screen-orientation/issues" - }, + "repository": "github:apache/cordova-plugin-screen-orientation", + "bugs": "https://github.com/apache/cordova-plugin-screen-orientation/issues", "scripts": { "test": "npm run jshint", "jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src"