From 519ecd07e398130b6d9b6fd14b7847de8d201832 Mon Sep 17 00:00:00 2001 From: Glenn Jackman Date: Tue, 15 Oct 2024 13:43:16 -0400 Subject: [PATCH] remove WIP concept exercises from config.json: there is no WIP --- config.json | 39 +-------------------------------------- 1 file changed, 1 insertion(+), 38 deletions(-) diff --git a/config.json b/config.json index 7e0161b2..7da82eae 100644 --- a/config.json +++ b/config.json @@ -36,44 +36,7 @@ ] }, "exercises": { - "concept": [ - { - "slug": "futures", - "name": "Futures", - "uuid": "cf1093f0-3a6b-4ad1-83a9-a8d9b2a57991", - "concepts": [ - "futures" - ], - "prerequisites": [ - "iterables-basic", - "errors-basic", - "callbacks", - "recursion" - ], - "status": "wip" - }, - { - "slug": "numbers", - "name": "Numbers", - "uuid": "714711a6-1be7-4540-9d44-87b1e58417fc", - "concepts": [ - "numbers-basic", - "type-conversion" - ], - "prerequisites": [], - "status": "wip" - }, - { - "slug": "strings", - "name": "Strings", - "uuid": "1b7e3737-0333-4eee-b425-2e84b2e09fe2", - "concepts": [ - "strings-basic" - ], - "prerequisites": [], - "status": "wip" - } - ], + "concept": [], "practice": [ { "slug": "hello-world",