diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-01 08:59:31 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-01 08:59:31 -0400 |
| commit | 254be998caa4c9efbd3fa3f7deb7461f263685b2 (patch) | |
| tree | c94df019cfc93ecfbe83b6988a2e612d8cf22f76 /plugins | |
| parent | d7ccd6957bd967daf7ad218d7f66419f01ababf2 (diff) | |
nits
Former-commit-id: 0ed7d481b05dd46cc907c561354151cef8f7f9b0
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..98cdea11 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": {} }, @@ -236,5 +217,14 @@ }, "is_top_level": true, "variables": {} + }, + "cordova-plugin-media": { + "source": { + "type": "git", + "url": "https://github.com/pliablepixels/cordova-plugin-media", + "subdir": "." + }, + "is_top_level": true, + "variables": {} } }
\ No newline at end of file |
