Ver código fonte

Merge pull request #865 from m-a-ge/issue#850

wordy: add topics for exercise to config.json per #850
FridaTveit 9 anos atrás
pai
commit
220c5100a1
1 arquivos alterados com 10 adições e 1 exclusões
  1. 10
    1
      config.json

+ 10
- 1
config.json Ver arquivo

613
       "core": false,
613
       "core": false,
614
       "difficulty": 6,
614
       "difficulty": 6,
615
       "slug": "wordy",
615
       "slug": "wordy",
616
-      "topics": null,
616
+      "topics": [
617
+        "strings",
618
+        "integers",
619
+        "logic",
620
+        "parsing",
621
+        "pattern_matching",
622
+        "regular_expressions",
623
+        "transforming",
624
+        "exception_handling"
625
+      ],
617
       "unlocked_by": "secret-handshake",
626
       "unlocked_by": "secret-handshake",
618
       "uuid": "3310a3cd-c0cb-45fa-8c51-600178be904a"
627
       "uuid": "3310a3cd-c0cb-45fa-8c51-600178be904a"
619
     },
628
     },