From 950d33937879c79df7dce256bf44675a6b6f5c27 Mon Sep 17 00:00:00 2001 From: jcesarmobile Date: Tue, 3 Jul 2018 06:04:41 +0200 Subject: [PATCH] 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"> Screen Orientation - Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS and windows-uwp. + Cordova Screen Orientation plugin Apache 2.0