Skip to content

Commit

Permalink
CB-8683 changed plugin-id to pacakge-name
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengill committed Apr 1, 2015
1 parent 86d0163 commit 3ea83cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion tests/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 3ea83cb

Please sign in to comment.