diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-03-19 11:11:22 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-03-19 11:11:22 -0400 |
| commit | a5ea0f19b55315964f8a91d07c4e0d30ddb4ab57 (patch) | |
| tree | b86cd2401edc9693bd5d34a2cc8ff246843975be | |
| parent | e241bf21b498efee7e26c048ecf56aaeaf522b86 (diff) | |
http://blog.ionic.io/pluginz-be-buggin/
Former-commit-id: 12e55bb8f7816a9539f81a9f132b73c76623d42e
| -rw-r--r-- | package.json | 11 | ||||
| -rw-r--r-- | 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 |
