mirror of
https://gitee.com/shuto/cordova-plugin-network-information.git
synced 2025-01-18 21:52:48 +08:00
CB-8683 changed plugin-id to pacakge-name
This commit is contained in:
parent
86d0163696
commit
3ea83cb02b
@ -3,7 +3,7 @@
|
||||
"version": "0.2.16-dev",
|
||||
"description": "Cordova Network Information Plugin",
|
||||
"cordova": {
|
||||
"id": "org.apache.cordova.network-information",
|
||||
"id": "cordova-plugin-network-information",
|
||||
"platforms": [
|
||||
"firefoxos",
|
||||
"android",
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
id="org.apache.cordova.network-information"
|
||||
id="cordova-plugin-network-information"
|
||||
version="0.2.16-dev">
|
||||
|
||||
<name>Network Information</name>
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
id="org.apache.cordova.network-information.tests"
|
||||
id="cordova-plugin-network-information-tests"
|
||||
version="0.2.16-dev">
|
||||
<name>Cordova Network Information Plugin Tests</name>
|
||||
<license>Apache 2.0</license>
|
||||
|
Loading…
Reference in New Issue
Block a user