diff options
| author | Pliable Pixels <pliablepixels@users.noreply.github.com> | 2016-10-03 14:14:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-03 14:14:55 -0400 |
| commit | e69b00e63f06bcccafc713a46fc31847d598d419 (patch) | |
| tree | 94582a32a960488c2b3b0bc26577bc1c44e0d91a /plugins | |
| parent | a1a8d2e24f638ffe5bcf7229fcc84271aa145282 (diff) | |
| parent | 8a8b1d9766735becc351643697ea9f495767ab6a (diff) | |
Merge pull request #340 from pliablepixels/shrinking-header
initial experiments
Former-commit-id: 5194ee61e6690f8ddbdbba3e9dd14a116c9bd929
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/fetch.json | 28 |
1 files changed, 9 insertions, 19 deletions
diff --git a/plugins/fetch.json b/plugins/fetch.json index 27ba9870..8fcf245c 100644 --- a/plugins/fetch.json +++ b/plugins/fetch.json @@ -134,30 +134,11 @@ "is_top_level": true, "variables": {} }, - "org.apache.cordova.media": { - "source": { - "type": "git", - "url": "https://github.com/pliablepixels/cordova-plugin-media", - "subdir": ".", - "ref": "playback-only" - }, - "is_top_level": true, - "variables": {} - }, "cordova-plugin-compat": { "source": { "type": "registry", "id": "cordova-plugin-compat" }, - "is_top_level": false, - "variables": {} - }, - "cordova-plugin-media": { - "source": { - "type": "git", - "url": "https://github.com/pliablepixels/cordova-plugin-media", - "subdir": "." - }, "is_top_level": true, "variables": {} }, @@ -228,6 +209,15 @@ "is_top_level": false, "variables": {} }, + "cordova-plugin-media": { + "source": { + "type": "git", + "url": "https://github.com/pliablepixels/cordova-plugin-media", + "subdir": "." + }, + "is_top_level": true, + "variables": {} + }, "cordova-plugin-certificates": { "source": { "type": "git", |
