The authors and contributors of exercises are stored in an array of objects in the exercises' .meta/config.json files.
Each author/contributor used to have two properties: their GitHub username and their Exercism username.
As we're only using the GitHub username, we're flattening the authors and contributors array to an array of strings representing the GitHub usernames.
We will update configlet to validate the new structure, so you might be seeing build failures once we've implemented this change.
The authors and contributors of exercises are stored in an array of objects in the exercises'
.meta/config.json
files. Each author/contributor used to have two properties: their GitHub username and their Exercism username. As we're only using the GitHub username, we're flattening theauthors
andcontributors
array to an array of strings representing the GitHub usernames.We will update
configlet
to validate the new structure, so you might be seeing build failures once we've implemented this change.See https://github.com/exercism/docs/pull/90/files