From 5dc26d7e654dfc2bca87689c0350c223b5f035f3 Mon Sep 17 00:00:00 2001 From: Steve Gill Date: Wed, 1 Apr 2015 16:41:33 -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 71fed69..f823381 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.1-dev", "description": "Cordova Splashscreen Plugin", "cordova": { - "id": "org.apache.cordova.splashscreen", + "id": "cordova-plugin-splashscreen", "platforms": [ "android", "amazon-fireos", diff --git a/plugin.xml b/plugin.xml index aae8664..e297fa8 100644 --- a/plugin.xml +++ b/plugin.xml @@ -19,7 +19,7 @@ --> Splashscreen Cordova Splashscreen Plugin diff --git a/tests/plugin.xml b/tests/plugin.xml index 8d9e7fd..f3bc74d 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -19,7 +19,7 @@ --> Cordova Splashscreen Plugin Tests Apache 2.0