Repository: cordova-plugin-screen-orientation Updated Branches: refs/heads/master f12721b35 -> f0c65cfee
CB-12685: added package.json to tests folder 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/f0c65cfe Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/tree/f0c65cfe Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/diff/f0c65cfe Branch: refs/heads/master Commit: f0c65cfee113e053433eb9c5966e0be24dee1738 Parents: f12721b Author: Steve Gill <[email protected]> Authored: Fri Apr 21 19:25:04 2017 -0700 Committer: Steve Gill <[email protected]> Committed: Fri Apr 21 19:25:04 2017 -0700 ---------------------------------------------------------------------- tests/package.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-screen-orientation/blob/f0c65cfe/tests/package.json ---------------------------------------------------------------------- diff --git a/tests/package.json b/tests/package.json new file mode 100644 index 0000000..f4bfbc4 --- /dev/null +++ b/tests/package.json @@ -0,0 +1,14 @@ +{ + "name": "cordova-plugin-screen-orientation-tests", + "version": "2.0.1-dev", + "description": "", + "cordova": { + "id": "cordova-plugin-screen-orientation-tests", + "platforms": [] + }, + "keywords": [ + "ecosystem:cordova" + ], + "author": "", + "license": "Apache 2.0" +} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
