mirror of
https://github.com/apache/cordova-plugin-screen-orientation.git
synced 2026-04-23 00:00:14 +08:00
Fixed typo in package.json
This commit is contained in:
+2
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user