CB-8056 Implement splashscreen for Windows platform

The plugin implementation has been moved to the platform code
Documented SplashScreenBackgroundColor preference for Windows
Updated the docs
Updated plugin dependencies - cordova-windows@5 is required
Updated the plugin version to 4.0.0
This commit is contained in:
daserge
2016-01-14 19:15:06 +03:00
parent 8d66b9e353
commit acb45f3a38
4 changed files with 68 additions and 90 deletions
+11 -6
View File
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-splashscreen",
"version": "3.2.3-dev",
"version": "4.0.0",
"description": "Cordova Splashscreen Plugin",
"cordova": {
"id": "cordova-plugin-splashscreen",
@@ -38,12 +38,17 @@
"test": "npm run jshint",
"jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint tests"
},
"engines": [
{
"name": "cordova-android",
"version": ">=3.6.0"
"engines": {
"cordovaDependencies": {
"2.0.0": {
"cordova-android": ">=3.6.0"
},
"4.0.0": {
"cordova-android": ">=3.6.0",
"cordova-windows": ">=5.0.0"
}
}
],
},
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"devDependencies": {