Update package.json to be consistent with other core plugins

This commit is contained in:
Shazron Abdullah 2016-12-12 17:28:32 -08:00
parent 9f477a5517
commit 4432918c8f

View File

@ -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"
}
}
}
}