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

View File

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