fix unrelated plugin.xml and package.json stuff

This commit is contained in:
Jan Piotrowski 2019-05-04 01:26:01 +02:00
parent f7a94fb0d4
commit aa71f286e7
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,6 @@
"id": "cordova-plugin-splashscreen",
"platforms": [
"android",
"ubuntu",
"ios",
"windows",
"browser"
@ -21,7 +20,8 @@
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-windows"
"cordova-windows",
"cordova-browser"
],
"scripts": {
"test": "npm run jshint",

View File

@ -25,8 +25,8 @@
<description>Cordova Splashscreen Plugin</description>
<license>Apache 2.0</license>
<keywords>cordova,splashscreen</keywords>
<repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen.git</repo>
<issue>https://issues.apache.org/jira/browse/CB/component/12320653</issue>
<repo>https://github.com/apache/cordova-plugin-splashscreen</repo>
<issue>https://github.com/apache/cordova-plugin-splashscreen/issues</issue>
<engines>
<engine name="cordova-android" version=">=3.6.0" /><!-- Requires CordovaPlugin.preferences -->