You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2017/02/23 01:05:56 UTC

cordova-plugin-screen-orientation git commit: update repo link, author, engines, and patch bump

Repository: cordova-plugin-screen-orientation
Updated Branches:
  refs/heads/Release1-4-3 [created] f93d28f7c
Updated Tags:  refs/tags/1.4.3 [created] f93d28f7c


update repo link, author, engines, and patch bump


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/commit/f93d28f7
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/tree/f93d28f7
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/diff/f93d28f7

Branch: refs/heads/Release1-4-3
Commit: f93d28f7ce6e7c187f26e520658d13a41bf381bf
Parents: 86fc819
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Wed Feb 22 17:02:41 2017 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Wed Feb 22 17:02:41 2017 -0800

----------------------------------------------------------------------
 package.json | 18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/blob/f93d28f7/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 62589d9..55a4541 100644
--- a/package.json
+++ b/package.json
@@ -1,10 +1,10 @@
 {
   "name": "cordova-plugin-screen-orientation",
-  "version": "1.4.2",
+  "version": "1.4.3",
   "description": "Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS, WP8, W8.1, and BB10.",
   "repository": {
     "type": "git",
-    "url": "git+https://github.com/gbenvenuti/cordova-plugin-screen-orientation.git"
+    "url": "git+https://github.com/apache/cordova-plugin-screen-orientation.git"
   },
   "cordova": {
     "id": "cordova-plugin-screen-orientation",
@@ -23,10 +23,14 @@
     "portrait",
     "landscape"
   ],
-  "author": "gbenvenuti",
+  "author": "Apache Software Foundation",
   "license": "Apache-2.0",
-  "bugs": {
-    "url": "https://github.com/gbenvenuti/cordova-plugin-screen-orientation/issues"
-  },
-  "homepage": "https://github.com/gbenvenuti/cordova-plugin-screen-orientation#readme"
+  "engines": {
+    "cordovaDependencies": {
+      "2.0.0": {
+        "cordova": ">100"
+      }
+    }
+  }
+
 }


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