From 3ea83cb02bf726336700eb7cfce8e33393843d7b Mon Sep 17 00:00:00 2001 From: Steve Gill Date: Wed, 1 Apr 2015 16:38:16 -0700 Subject: [PATCH] CB-8683 changed plugin-id to pacakge-name --- package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4d79c53..04c6510 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/plugin.xml b/plugin.xml index 870056e..10973e2 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ Network Information diff --git a/tests/plugin.xml b/tests/plugin.xml index caa6e59..6bc745d 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ Cordova Network Information Plugin Tests Apache 2.0