Просмотр исходного кода

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 лет назад
Родитель
Сommit
a9bcf0392d
1 измененных файлов: 0 добавлений и 2 удалений
  1. 0
    2
      config.json

+ 0
- 2
config.json Просмотреть файл

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