Repository: cordova-plugin-battery-status Updated Branches: refs/heads/master 86b6be524 -> ee4f2de21
CB-12685: added package.json to tests folder Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/commit/ee4f2de2 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/tree/ee4f2de2 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/diff/ee4f2de2 Branch: refs/heads/master Commit: ee4f2de21c001d07732fd449924df0d30c62740b Parents: 86b6be5 Author: Steve Gill <[email protected]> Authored: Fri Apr 21 18:06:45 2017 -0700 Committer: Steve Gill <[email protected]> Committed: Fri Apr 21 18:07:36 2017 -0700 ---------------------------------------------------------------------- tests/package.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status/blob/ee4f2de2/tests/package.json ---------------------------------------------------------------------- diff --git a/tests/package.json b/tests/package.json new file mode 100644 index 0000000..24450c3 --- /dev/null +++ b/tests/package.json @@ -0,0 +1,14 @@ +{ + "name": "cordova-plugin-battery-status-tests", + "version": "1.2.4-dev", + "description": "", + "cordova": { + "id": "cordova-plugin-battery-status-tests", + "platforms": [] + }, + "keywords": [ + "ecosystem:cordova" + ], + "author": "", + "license": "Apache 2.0" +} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
