Skip to content

Commit b714896

Browse files
ErikSchierboomiHiD
authored andcommitted
Flatten authors and contributors array
The authors and contributors of exercises are stored in an array in the exercises' `.meta/config.json` files. We used to have separate fields for the GitHub- and Exercism username of the user. As we're only using the GitHub username, we've flatten the `authors` and `contributors` array to an array of strings representing the GitHub usernames. See https://github.com/exercism/docs/pull/90/files
1 parent 1d4f736 commit b714896

File tree

1 file changed

+2
-8
lines changed
  • exercises/concept/lucians-luscious-lasagna/.meta

1 file changed

+2
-8
lines changed

exercises/concept/lucians-luscious-lasagna/.meta/config.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
{
22
"blurb": "TODO: add blurb for lucians-luscious-lasagna exercise",
33
"authors": [
4-
{
5-
"github_username": "mpizenberg",
6-
"exercism_username": "mpizenberg"
7-
},
8-
{
9-
"github_username": "ceddlyburge",
10-
"exercism_username": "ceddlyburge"
11-
}
4+
"mpizenberg",
5+
"ceddlyburge"
126
],
137
"forked_from": [
148
"fsharp/lucians-luscious-lasagna"

0 commit comments

Comments
 (0)