A music player that connects to your cloud/distributed storage.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Housekeeping 🧹

+7 -7
+7 -7
system/Review/elm.json
··· 8 8 "direct": { 9 9 "elm/core": "1.0.5", 10 10 "elm/json": "1.1.3", 11 - "jfmengels/elm-review": "2.0.0", 11 + "jfmengels/elm-review": "2.2.0", 12 12 "jfmengels/review-debug": "2.0.1", 13 - "jfmengels/review-unused": "2.0.0" 13 + "jfmengels/review-unused": "2.1.3" 14 14 }, 15 15 "indirect": { 16 16 "elm/html": "1.0.0", ··· 20 20 "elm/time": "1.0.0", 21 21 "elm/url": "1.0.0", 22 22 "elm/virtual-dom": "1.0.2", 23 - "elm-community/json-extra": "4.2.0", 24 - "elm-community/list-extra": "8.2.3", 23 + "elm-community/json-extra": "4.3.0", 24 + "elm-community/list-extra": "8.2.4", 25 25 "elm-explorations/test": "1.2.2", 26 26 "rtfeldman/elm-hex": "1.0.0", 27 27 "rtfeldman/elm-iso8601-date-strings": "1.1.3", 28 - "stil4m/elm-syntax": "7.1.1", 29 - "stil4m/structured-writer": "1.0.2" 28 + "stil4m/elm-syntax": "7.1.3", 29 + "stil4m/structured-writer": "1.0.3" 30 30 } 31 31 }, 32 32 "test-dependencies": { 33 33 "direct": {}, 34 34 "indirect": {} 35 35 } 36 - } 36 + }