Skip to content

Commit dac527b

Browse files
committed
Format exercise config
1 parent 297adf5 commit dac527b

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

exercises/practice/game-of-life/.meta/config.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
{
2-
"authors": ["BNAndras"],
2+
"authors": [
3+
"BNAndras"
4+
],
35
"files": {
4-
"solution": ["game-of-life.js"],
5-
"test": ["game-of-life.spec.js"],
6-
"example": [".meta/proof.ci.js"]
6+
"solution": [
7+
"game-of-life.js"
8+
],
9+
"test": [
10+
"game-of-life.spec.js"
11+
],
12+
"example": [
13+
".meta/proof.ci.js"
14+
]
715
},
816
"blurb": "Implement Conway's Game of Life.",
917
"source": "Wikipedia",

0 commit comments

Comments
 (0)