Repository: cordova-plugin-splashscreen Updated Branches: refs/heads/master 90ba3dfc5 -> 13849c3d2
CB-12685: added package.json to tests folder Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/13849c3d Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/13849c3d Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/13849c3d Branch: refs/heads/master Commit: 13849c3d20cd732079eb3c3597f34856bdce7cf5 Parents: 90ba3df Author: Steve Gill <[email protected]> Authored: Fri Apr 21 19:26:24 2017 -0700 Committer: Steve Gill <[email protected]> Committed: Fri Apr 21 19:26:24 2017 -0700 ---------------------------------------------------------------------- tests/package.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/13849c3d/tests/package.json ---------------------------------------------------------------------- diff --git a/tests/package.json b/tests/package.json new file mode 100644 index 0000000..199a6f5 --- /dev/null +++ b/tests/package.json @@ -0,0 +1,14 @@ +{ + "name": "cordova-plugin-splashscreen-tests", + "version": "4.0.3-dev", + "description": "", + "cordova": { + "id": "cordova-plugin-splashscreen-tests", + "platforms": [] + }, + "keywords": [ + "ecosystem:cordova" + ], + "author": "", + "license": "Apache 2.0" +} --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
