Skip to content

Commit

Permalink
CB-11843: fix package information (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored and shazron committed Jul 3, 2018
1 parent 26eb47e commit 950d339
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "cordova-plugin-screen-orientation",
"version": "3.0.2-dev",
"description": "Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS and windows-uwp.",
"description": "Cordova Screen Orientation plugin",
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-plugin-screen-orientation"
Expand Down Expand Up @@ -30,7 +30,7 @@
"portrait",
"landscape"
],
"author": "gbenvenuti",
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"devDependencies": {
"jshint": "^2.9.4"
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Expand Up @@ -20,7 +20,7 @@
id="cordova-plugin-screen-orientation"
version="3.0.2-dev">
<name>Screen Orientation</name>
<description>Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS and windows-uwp.</description>
<description>Cordova Screen Orientation plugin</description>
<license>Apache 2.0</license>

<engines>
Expand Down

0 comments on commit 950d339

Please sign in to comment.