Kaynağa Gözat

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.
Katrina Owen 9 yıl önce
ebeveyn
işleme
a9bcf0392d
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  1. 0
    2
      config.json

+ 0
- 2
config.json Dosyayı Görüntüle

@@ -1,7 +1,5 @@
1 1
 {
2
-  "slug": "java",
3 2
   "language": "Java",
4
-  "repository": "https://github.com/exercism/java",
5 3
   "active": true,
6 4
   "exercises": [
7 5
     {