diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-28 08:42:09 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-28 08:42:09 -0400 |
| commit | ef7709d30ac5eb41dec7209c34c41d9b496003eb (patch) | |
| tree | 9b0415478983513659c32a584f89c364faf4e06a /plugins | |
| parent | 89366c5e2de9aa76055106b8883894d779fddf9b (diff) | |
dont call mobile accessory if on desktop
Former-commit-id: 331a307d23a208b5fadb1b29c296c35802e6aab5
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/fetch.json | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/plugins/fetch.json b/plugins/fetch.json index 62cfa741..27ba9870 100644 --- a/plugins/fetch.json +++ b/plugins/fetch.json @@ -202,15 +202,6 @@ "is_top_level": true, "variables": {} }, - "cordova-plugin-certificates": { - "source": { - "type": "git", - "url": "https://github.com/hypery2k/cordova-certificate-plugin", - "subdir": "." - }, - "is_top_level": true, - "variables": {} - }, "cordova-plugin-settings-hook": { "source": { "type": "registry", @@ -236,5 +227,14 @@ }, "is_top_level": false, "variables": {} + }, + "cordova-plugin-certificates": { + "source": { + "type": "git", + "url": "https://github.com/hypery2k/cordova-certificate-plugin", + "subdir": "." + }, + "is_top_level": true, + "variables": {} } }
\ No newline at end of file |
