Skip to content

Commit 6908d58

Browse files
chore(bottle-song): add config.json missing fields
1 parent eb24044 commit 6908d58

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

exercises/practice/bottle-song/.meta/config.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"title": "Bottle Song",
3+
"blurb": "Produce the lyrics to the popular children's repetitive song: Ten Green Bottles.",
24
"authors": ["antoine-duchenet"],
35
"contributors": [],
46
"files": {
@@ -11,5 +13,7 @@
1113
"example": [
1214
".meta/example.ex"
1315
]
14-
}
16+
},
17+
"source": "Wikipedia",
18+
"source_url": "https://en.wikipedia.org/wiki/Ten_Green_Bottles"
1519
}

0 commit comments

Comments
 (0)