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