diff --git a/exercises/practice/bottle-song/.meta/config.json b/exercises/practice/bottle-song/.meta/config.json index ce1e48076..a10e82923 100644 --- a/exercises/practice/bottle-song/.meta/config.json +++ b/exercises/practice/bottle-song/.meta/config.json @@ -1,8 +1,7 @@ { - "title": "Bottle Song", - "blurb": "Produce the lyrics to the popular children's repetitive song: Ten Green Bottles.", - "authors": ["antoine-duchenet"], - "contributors": [], + "authors": [ + "antoine-duchenet" + ], "files": { "solution": [ "lib/bottle_song.ex" @@ -14,6 +13,7 @@ ".meta/example.ex" ] }, + "blurb": "Produce the lyrics to the popular children's repetitive song: Ten Green Bottles.", "source": "Wikipedia", "source_url": "https://en.wikipedia.org/wiki/Ten_Green_Bottles" }