CB-8683 changed plugin-id to pacakge-name
This commit is contained in:
parent
1c41959288
commit
5dc26d7e65
@ -3,7 +3,7 @@
|
|||||||
"version": "1.0.1-dev",
|
"version": "1.0.1-dev",
|
||||||
"description": "Cordova Splashscreen Plugin",
|
"description": "Cordova Splashscreen Plugin",
|
||||||
"cordova": {
|
"cordova": {
|
||||||
"id": "org.apache.cordova.splashscreen",
|
"id": "cordova-plugin-splashscreen",
|
||||||
"platforms": [
|
"platforms": [
|
||||||
"android",
|
"android",
|
||||||
"amazon-fireos",
|
"amazon-fireos",
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
id="org.apache.cordova.splashscreen"
|
id="cordova-plugin-splashscreen"
|
||||||
version="1.0.1-dev">
|
version="1.0.1-dev">
|
||||||
<name>Splashscreen</name>
|
<name>Splashscreen</name>
|
||||||
<description>Cordova Splashscreen Plugin</description>
|
<description>Cordova Splashscreen Plugin</description>
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
-->
|
-->
|
||||||
|
|
||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
id="org.apache.cordova.splashscreen.tests"
|
id="cordova-plugin-splashscreen-tests"
|
||||||
version="1.0.1-dev">
|
version="1.0.1-dev">
|
||||||
<name>Cordova Splashscreen Plugin Tests</name>
|
<name>Cordova Splashscreen Plugin Tests</name>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user