Commit b714896
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/files1 parent 1d4f736 commit b714896
1 file changed
+2
-8
lines changedLines changed: 2 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 4 | + | |
| 5 | + | |
12 | 6 | | |
13 | 7 | | |
14 | 8 | | |
| |||
0 commit comments