diff --git a/config.json b/config.json index 7e6d3e87..0c176c3f 100644 --- a/config.json +++ b/config.json @@ -4,19 +4,27 @@ "repository": "https://github.com/exercism/xpowershell", "checklist_issue": 4, "active": false, - "problems": [ - "hello-world", - "hamming" - ], "deprecated": [ ], "ignored": [ - "bin", - "docs", - "img" + "bin", + "docs", + "img" ], "foregone": [ + ], + "exercises": [ + { + "difficulty": 1, + "slug": "hello-world", + "topics": [] + }, + { + "difficulty": 1, + "slug": "hamming", + "topics": [] + } ] }