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:
Katrina Owen 2017-07-21 13:51:50 -06:00
parent 9439712e42
commit f084e58638

View file

@ -1,7 +1,5 @@
{ {
"slug": "elm",
"language": "Elm", "language": "Elm",
"repository": "https://github.com/exercism/elm",
"active": true, "active": true,
"exercises": [ "exercises": [
{ {