From 49617bc8298c122d06595aa16b4f01ac72ec6545 Mon Sep 17 00:00:00 2001 From: Derk-Jan Karrenbeld Date: Tue, 3 Jun 2025 00:17:54 +0200 Subject: [PATCH 1/2] Remove practices entries --- config.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/config.json b/config.json index 4e3c569999..c10412950a 100644 --- a/config.json +++ b/config.json @@ -2575,9 +2575,7 @@ "slug": "markdown", "name": "Markdown", "uuid": "cd666b3a-7114-4ba9-9b2a-7622a2c8c12c", - "practices": [ - "strings" - ], + "practices": [], "prerequisites": [], "difficulty": 5 }, @@ -2644,10 +2642,7 @@ "slug": "game-of-life", "name": "Conway's Game of Life", "uuid": "e51c01e9-b7b1-4877-939a-6254c4efe338", - "practices": [ - "array-loops", - "array-transformations" - ], + "practices": [], "prerequisites": [], "difficulty": 2 } From 1773de661c017e424d4225f48a3f0800dd3ffaf8 Mon Sep 17 00:00:00 2001 From: Derk-Jan Karrenbeld Date: Tue, 3 Jun 2025 00:18:32 +0200 Subject: [PATCH 2/2] Format --- config.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.json b/config.json index c10412950a..a2eaf39991 100644 --- a/config.json +++ b/config.json @@ -2594,8 +2594,7 @@ "name": "Ledger", "uuid": "8716b347-e18f-48a6-b373-426cc4ca98cb", "practices": [], - "prerequisites": [ - ], + "prerequisites": [], "difficulty": 5 }, {