From a5ea0f19b55315964f8a91d07c4e0d30ddb4ab57 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Sat, 19 Mar 2016 11:11:22 -0400 Subject: http://blog.ionic.io/pluginz-be-buggin/ Former-commit-id: 12e55bb8f7816a9539f81a9f132b73c76623d42e --- package.json | 11 ++++++++--- plugins/fetch.json | 16 ++++++++-------- 2 files changed, 16 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index c266533d..79d864b1 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,6 @@ "cordovaPlugins": [ "org.apache.cordova.device", "org.apache.cordova.console", - "com.ionic.keyboard", "org.apache.cordova.statusbar", "cordova-plugin-whitelist", "cordova-plugin-inappbrowser", @@ -72,7 +71,8 @@ { "locator": "https://github.com/pliablepixels/cordova-plugin-media.git", "id": "org.apache.cordova.media" - } + }, + "ionic-plugin-keyboard" ], "cordovaPlatforms": [ "ios", @@ -86,6 +86,11 @@ "version": "", "locator": "android_temp" }, - "android" + "android", + { + "platform": "android", + "version": "", + "locator": "android" + } ] } diff --git a/plugins/fetch.json b/plugins/fetch.json index 0195ecba..dbb7e650 100644 --- a/plugins/fetch.json +++ b/plugins/fetch.json @@ -11,14 +11,6 @@ "id": "org.apache.cordova.console" } }, - "com.ionic.keyboard": { - "source": { - "type": "registry", - "id": "com.ionic.keyboard" - }, - "is_top_level": true, - "variables": {} - }, "org.apache.cordova.statusbar": { "source": { "type": "registry", @@ -206,5 +198,13 @@ }, "is_top_level": true, "variables": {} + }, + "ionic-plugin-keyboard": { + "source": { + "type": "registry", + "id": "ionic-plugin-keyboard" + }, + "is_top_level": true, + "variables": {} } } \ No newline at end of file -- cgit v1.2.3