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 /plugins | |
| parent | e241bf21b498efee7e26c048ecf56aaeaf522b86 (diff) | |
http://blog.ionic.io/pluginz-be-buggin/
Former-commit-id: 12e55bb8f7816a9539f81a9f132b73c76623d42e
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/fetch.json | 16 |
1 files changed, 8 insertions, 8 deletions
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 |
