Преглед изворни кода

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 година
родитељ
комит
a9bcf0392d
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0
    2
      config.json

+ 0
- 2
config.json Прегледај датотеку

@@ -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
     {