update repo link, author, engines, and patch bump

This commit is contained in:
Jesse MacFadyen 2017-02-22 17:02:41 -08:00
parent 86fc819e6a
commit f93d28f7ce

View File

@ -1,10 +1,10 @@
{ {
"name": "cordova-plugin-screen-orientation", "name": "cordova-plugin-screen-orientation",
"version": "1.4.2", "version": "1.4.3",
"description": "Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS, WP8, W8.1, and BB10.", "description": "Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS, WP8, W8.1, and BB10.",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/gbenvenuti/cordova-plugin-screen-orientation.git" "url": "git+https://github.com/apache/cordova-plugin-screen-orientation.git"
}, },
"cordova": { "cordova": {
"id": "cordova-plugin-screen-orientation", "id": "cordova-plugin-screen-orientation",
@ -23,10 +23,14 @@
"portrait", "portrait",
"landscape" "landscape"
], ],
"author": "gbenvenuti", "author": "Apache Software Foundation",
"license": "Apache-2.0", "license": "Apache-2.0",
"bugs": { "engines": {
"url": "https://github.com/gbenvenuti/cordova-plugin-screen-orientation/issues" "cordovaDependencies": {
}, "2.0.0": {
"homepage": "https://github.com/gbenvenuti/cordova-plugin-screen-orientation#readme" "cordova": ">100"
}
}
}
} }