diff options
Diffstat (limited to 'StoneIsland/plugins/cordova-plugin-splashscreen/tests')
| -rw-r--r-- | StoneIsland/plugins/cordova-plugin-splashscreen/tests/package.json | 14 | ||||
| -rw-r--r-- | StoneIsland/plugins/cordova-plugin-splashscreen/tests/plugin.xml | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/StoneIsland/plugins/cordova-plugin-splashscreen/tests/package.json b/StoneIsland/plugins/cordova-plugin-splashscreen/tests/package.json new file mode 100644 index 00000000..199a6f56 --- /dev/null +++ b/StoneIsland/plugins/cordova-plugin-splashscreen/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" +} diff --git a/StoneIsland/plugins/cordova-plugin-splashscreen/tests/plugin.xml b/StoneIsland/plugins/cordova-plugin-splashscreen/tests/plugin.xml index 8accd865..80f1f50e 100644 --- a/StoneIsland/plugins/cordova-plugin-splashscreen/tests/plugin.xml +++ b/StoneIsland/plugins/cordova-plugin-splashscreen/tests/plugin.xml @@ -20,7 +20,7 @@ <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-splashscreen-tests" - version="4.0.0"> + version="4.0.3"> <name>Cordova Splashscreen Plugin Tests</name> <license>Apache 2.0</license> |
