diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-24 09:08:45 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-24 09:08:45 -0400 |
| commit | b5973c3813a7ce98b5dcb9def937e0a0e716a1af (patch) | |
| tree | f8e746b6d30abf877ff9457fa918ac8e12b47d53 | |
| parent | ace5d4867eb60af072eb6cdea76523ff52d4c23a (diff) | |
refreshes
| -rw-r--r-- | package.json | 9 | ||||
| -rw-r--r-- | plugins/fetch.json | 14 |
2 files changed, 11 insertions, 12 deletions
diff --git a/package.json b/package.json index ed2598b7..1a6361e5 100644 --- a/package.json +++ b/package.json @@ -67,10 +67,6 @@ "locator": "https://github.com/jcjee/email-composer", "id": "com.jcjee.plugins.emailcomposer" }, - { - "locator": "https://github.com/pliablepixels/cordova-plugin-media", - "id": "org.apache.cordova.media" - }, "cordova-plugin-compat", { "locator": "https://github.com/litehelpers/Cordova-sqlite-storage.git", @@ -90,12 +86,15 @@ "id": "cordova-plugin-device" }, { + "locator": "https://github.com/pliablepixels/cordova-plugin-media", + "id": "cordova-plugin-media" + }, + { "locator": "https://github.com/hypery2k/cordova-certificate-plugin", "id": "cordova-plugin-certificates" } ], "cordovaPlatforms": [ - {}, "android", "ios", { diff --git a/plugins/fetch.json b/plugins/fetch.json index 8fcf245c..9eb33b3f 100644 --- a/plugins/fetch.json +++ b/plugins/fetch.json @@ -2,7 +2,7 @@ "phonegap-plugin-push": { "source": { "type": "registry", - "id": "phonegap-plugin-push" + "id": "phonegap-plugin-push@1.8.3" }, "is_top_level": true, "variables": { @@ -20,7 +20,7 @@ "cordova-plugin-inappbrowser": { "source": { "type": "registry", - "id": "cordova-plugin-inappbrowser" + "id": "cordova-plugin-inappbrowser@1.5.0" }, "is_top_level": true, "variables": {} @@ -36,7 +36,7 @@ "cordova-plugin-splashscreen": { "source": { "type": "registry", - "id": "cordova-plugin-splashscreen" + "id": "cordova-plugin-splashscreen@4.0.0" }, "is_top_level": true, "variables": {} @@ -60,7 +60,7 @@ "cordova-plugin-whitelist": { "source": { "type": "registry", - "id": "cordova-plugin-whitelist" + "id": "cordova-plugin-whitelist@1.3.0" }, "is_top_level": true, "variables": {} @@ -178,7 +178,7 @@ "cordova-plugin-statusbar": { "source": { "type": "registry", - "id": "cordova-plugin-statusbar" + "id": "cordova-plugin-statusbar@2.2.0" }, "is_top_level": true, "variables": {} @@ -186,7 +186,7 @@ "cordova-plugin-settings-hook": { "source": { "type": "registry", - "id": "cordova-plugin-settings-hook" + "id": "cordova-plugin-settings-hook@~0.2.3" }, "is_top_level": true, "variables": {} @@ -206,7 +206,7 @@ "url": "https://github.com/apache/cordova-plugin-device.git", "subdir": "." }, - "is_top_level": false, + "is_top_level": true, "variables": {} }, "cordova-plugin-media": { |
