mirror of
https://github.com/correl/elm.git
synced 2024-12-22 19:17:27 +00:00
Remove redundant key/value pairs from config.json
The slug is not used anywhere. We initialize a track based on knowing the Track ID. Since the repository is always named after the track ID, this field, too, is redundant, as it can be inferred.
This commit is contained in:
parent
9439712e42
commit
f084e58638
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
||||||
{
|
{
|
||||||
"slug": "elm",
|
|
||||||
"language": "Elm",
|
"language": "Elm",
|
||||||
"repository": "https://github.com/exercism/elm",
|
|
||||||
"active": true,
|
"active": true,
|
||||||
"exercises": [
|
"exercises": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue