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