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