diff options
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 |
