Fixed typo in package.json

This commit is contained in:
Grant Benvenuti 2015-05-22 08:56:57 +10:00
parent 79a9ab857f
commit 9244abcbbe

View File

@ -1,5 +1,5 @@
{
"name": "cordova-plugin-screen-orientaion",
"name": "cordova-plugin-screen-orientation",
"version": "1.3.6",
"description": "Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS, WP8 and BB10.",
"repository": {
@ -7,7 +7,7 @@
"url": "git+https://github.com/gbenvenuti/cordova-plugin-screen-orientation.git"
},
"cordova": {
"id": "cordova-plugin-screen-orientaion",
"id": "cordova-plugin-screen-orientation",
"platforms": [
"android",
"ios",