diff options
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/fetch.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/fetch.json b/plugins/fetch.json index 89424634..62cfa741 100644 --- a/plugins/fetch.json +++ b/plugins/fetch.json @@ -218,5 +218,23 @@ }, "is_top_level": true, "variables": {} + }, + "phonegap-plugin-mobile-accessibility": { + "source": { + "type": "git", + "url": "https://github.com/phonegap/phonegap-mobile-accessibility.git", + "subdir": "." + }, + "is_top_level": true, + "variables": {} + }, + "cordova-plugin-device": { + "source": { + "type": "git", + "url": "https://github.com/apache/cordova-plugin-device.git", + "subdir": "." + }, + "is_top_level": false, + "variables": {} } }
\ No newline at end of file |
