Przeglądaj źródła

scrabble-score: add topics

Hugo Manrique 9 lat temu
rodzic
commit
b61e015190
1 zmienionych plików z 6 dodań i 1 usunięć
  1. 6
    1
      config.json

+ 6
- 1
config.json Wyświetl plik

83
       "core": true,
83
       "core": true,
84
       "difficulty": 3,
84
       "difficulty": 3,
85
       "slug": "scrabble-score",
85
       "slug": "scrabble-score",
86
-      "topics": null,
86
+      "topics": [
87
+        "loops",
88
+        "pattern_matching",
89
+        "strings",
90
+        "transforming"
91
+      ],
87
       "unlocked_by": null,
92
       "unlocked_by": null,
88
       "uuid": "afae9f2d-8baf-4bd7-8d7c-d486337f7c97"
93
       "uuid": "afae9f2d-8baf-4bd7-8d7c-d486337f7c97"
89
     },
94
     },