You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2018/07/03 04:04:43 UTC

[cordova-plugin-screen-orientation] branch master updated: CB-11843: fix package information (#33)

This is an automated email from the ASF dual-hosted git repository.

shazron pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-screen-orientation.git


The following commit(s) were added to refs/heads/master by this push:
     new 950d339  CB-11843: fix package information (#33)
950d339 is described below

commit 950d33937879c79df7dce256bf44675a6b6f5c27
Author: jcesarmobile <jc...@gmail.com>
AuthorDate: Tue Jul 3 06:04:41 2018 +0200

    CB-11843: fix package information (#33)
---
 package.json | 4 ++--
 plugin.xml   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index 62c5ffc..be119fa 100644
--- a/package.json
+++ b/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"
@@ -30,7 +30,7 @@
     "portrait",
     "landscape"
   ],
-  "author": "gbenvenuti",
+  "author": "Apache Software Foundation",
   "license": "Apache-2.0",
   "devDependencies": {
     "jshint": "^2.9.4"
diff --git a/plugin.xml b/plugin.xml
index 0bf88b9..2672192 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org