diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-06-27 09:52:06 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-06-27 09:52:06 -0400 |
| commit | 319d4cb6670729708c19ad50b0146d1bcb7b4719 (patch) | |
| tree | c61e9723a1fd217b1816c987bba66e470e73bf02 /plugins/fetch.json | |
| parent | fdc42fae48db0fef5fbdc9ef51a27d219aea3a72 (diff) | |
Added ability to log key events to file and email (useful for release debugging)
Diffstat (limited to 'plugins/fetch.json')
| -rw-r--r-- | plugins/fetch.json | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/plugins/fetch.json b/plugins/fetch.json index 5742b111..c8047072 100644 --- a/plugins/fetch.json +++ b/plugins/fetch.json @@ -67,20 +67,27 @@ "is_top_level": true, "variables": {} }, - "org.apache.cordova.file": { + "nl.x-services.plugins.insomnia": { "source": { "type": "git", - "url": "https://github.com/apache/cordova-plugin-file", - "subdir": ".", - "ref": "r0.2.5" + "url": "https://github.com/EddyVerbruggen/Insomnia-PhoneGap-Plugin.git", + "subdir": "." }, - "is_top_level": false, + "is_top_level": true, "variables": {} }, - "nl.x-services.plugins.insomnia": { + "cordova-plugin-file": { + "source": { + "type": "registry", + "id": "cordova-plugin-file" + }, + "is_top_level": true, + "variables": {} + }, + "de.appplant.cordova.plugin.email-composer": { "source": { "type": "git", - "url": "https://github.com/EddyVerbruggen/Insomnia-PhoneGap-Plugin.git", + "url": "https://github.com/katzer/cordova-plugin-email-composer.git", "subdir": "." }, "is_top_level": true, |
