Repository: cordova-plugin-device-orientation Updated Branches: refs/heads/master 6ae9d88e8 -> dfa095479
CB-12685: added package.json to tests folder Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/commit/dfa09547 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/tree/dfa09547 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/diff/dfa09547 Branch: refs/heads/master Commit: dfa095479d0a8f3b52f72df02a149de132b8a315 Parents: 6ae9d88 Author: Steve Gill <[email protected]> Authored: Fri Apr 21 19:12:44 2017 -0700 Committer: Steve Gill <[email protected]> Committed: Fri Apr 21 19:12:44 2017 -0700 ---------------------------------------------------------------------- tests/package.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/dfa09547/tests/package.json ---------------------------------------------------------------------- diff --git a/tests/package.json b/tests/package.json new file mode 100644 index 0000000..8406097 --- /dev/null +++ b/tests/package.json @@ -0,0 +1,14 @@ +{ + "name": "cordova-plugin-device-orientation-tests", + "version": "1.0.7-dev", + "description": "", + "cordova": { + "id": "cordova-plugin-device-orientation-tests", + "platforms": [] + }, + "keywords": [ + "ecosystem:cordova" + ], + "author": "", + "license": "Apache 2.0" +} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
