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