From f084e58638ece9715316046225bae6f809d38cf0 Mon Sep 17 00:00:00 2001 From: Katrina Owen Date: Fri, 21 Jul 2017 13:51:50 -0600 Subject: [PATCH] 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. --- config.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.json b/config.json index f580358..9150da2 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,5 @@ { - "slug": "elm", "language": "Elm", - "repository": "https://github.com/exercism/elm", "active": true, "exercises": [ {