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

Merge pull request #815 from hugmanrique/patch-1

scrabble-score: add topics
FridaTveit пре 9 година
родитељ
комит
623f8f5f3e
1 измењених фајлова са 7 додато и 1 уклоњено
  1. 7
    1
      config.json

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

100
       "core": true,
100
       "core": true,
101
       "difficulty": 3,
101
       "difficulty": 3,
102
       "slug": "scrabble-score",
102
       "slug": "scrabble-score",
103
-      "topics": null,
103
+      "topics": [
104
+        "games",
105
+        "loops",
106
+        "pattern_matching",
107
+        "strings",
108
+        "transforming"
109
+      ],
104
       "unlocked_by": null,
110
       "unlocked_by": null,
105
       "uuid": "afae9f2d-8baf-4bd7-8d7c-d486337f7c97"
111
       "uuid": "afae9f2d-8baf-4bd7-8d7c-d486337f7c97"
106
     },
112
     },