From 4432918c8fddd04cff101f89097074b0fb78536b Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Mon, 12 Dec 2016 17:28:32 -0800 Subject: [PATCH] Update package.json to be consistent with other core plugins --- package.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cb42665..75c1b1e 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS, WP8, W8.1, and BB10.", "repository": { "type": "git", - "url": "git+https://github.com/gbenvenuti/cordova-plugin-screen-orientation.git" + "url": "https://github.com/apache/cordova-plugin-screen-orientation" }, "cordova": { "id": "cordova-plugin-screen-orientation", @@ -25,8 +25,11 @@ ], "author": "gbenvenuti", "license": "Apache-2.0", - "bugs": { - "url": "https://github.com/gbenvenuti/cordova-plugin-screen-orientation/issues" - }, - "homepage": "https://github.com/gbenvenuti/cordova-plugin-screen-orientation#readme" + "engines": { + "cordovaDependencies": { + "3.0.0": { + "cordova": ">100" + } + } + } }