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 2016/12/13 23:48:44 UTC

[16/16] cordova-plugin-screen-orientation git commit: clean up merge package.json, add repo, engine, deps

clean up merge package.json, add repo, engine, deps


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/fe3beaed
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/tree/fe3beaed
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/diff/fe3beaed

Branch: refs/heads/master
Commit: fe3beaedae80f0aab18312205084d7c826d46e49
Parents: 0d18615 4432918
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Tue Dec 13 15:48:19 2016 -0800
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Tue Dec 13 15:48:19 2016 -0800

----------------------------------------------------------------------
 package.json | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/blob/fe3beaed/package.json
----------------------------------------------------------------------
diff --cc package.json
index f931c95,75c1b1e..62177b7
--- a/package.json
+++ b/package.json
@@@ -4,12 -4,8 +4,12 @@@
    "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": "https://github.com/apache/cordova-plugin-screen-orientation"
    },
 +  "scripts": {
 +    "test": "npm run jshint",
 +    "jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint demo/www"
 +  },
    "cordova": {
      "id": "cordova-plugin-screen-orientation",
      "platforms": [
@@@ -29,11 -25,11 +29,14 @@@
    ],
    "author": "gbenvenuti",
    "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",
 +  "devDependencies": {
 +    "jshint": "^2.9.4"
-   }
- }
++  },
+   "engines": {
+       "cordovaDependencies": {
+         "3.0.0": {
+           "cordova": ">100"
+         }
+       }
 -    }  
 -}
++    }
++}


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