Skip to content

Commit

Permalink
Flatten authors and contributors array
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ErikSchierboom authored and iHiD committed Mar 23, 2021
1 parent dd403b2 commit a389745
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions exercises/concept/booleans/.meta/config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"blurb": "TODO: add blurb for booleans exercise",
"authors": [
{
"github_username": "aimorris",
"exercism_username": "aimorris"
}
"aimorris"
],
"forked_from": [
"javascript/booleans"
Expand Down

0 comments on commit a389745

Please sign in to comment.