From 2c1ded2c430472b9269ebda88f47442d6517f93d Mon Sep 17 00:00:00 2001 From: Steve Gill Date: Wed, 1 Apr 2015 16:31:51 -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 405b2d1..20db426 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/plugin.xml b/plugin.xml index 617c736..05a8bcb 100644 --- a/plugin.xml +++ b/plugin.xml @@ -19,7 +19,7 @@ --> InAppBrowser diff --git a/tests/plugin.xml b/tests/plugin.xml index f34d5d7..8d468fe 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -19,7 +19,7 @@ --> Cordova InAppBrowser Plugin Tests Apache 2.0