From edb686f6268f49d263390feb3b8d2e6cdda86f07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20B=20Nagy?= <20251272+BNAndras@users.noreply.github.com> Date: Wed, 15 Nov 2023 23:35:03 -0800 Subject: [PATCH] Sort resistor-color and resistor-color-duo together (#206) --- config.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config.json b/config.json index f2236d6..ba7a289 100644 --- a/config.json +++ b/config.json @@ -278,14 +278,6 @@ "prerequisites": [], "difficulty": 1 }, - { - "slug": "resistor-color-duo", - "name": "Resistor Color Duo", - "uuid": "4a1bd9da-e0d4-445f-8b66-cde7ec4888c8", - "practices": [], - "prerequisites": [], - "difficulty": 2 - }, { "slug": "markdown", "name": "Markdown", @@ -334,6 +326,14 @@ "prerequisites": [], "difficulty": 2 }, + { + "slug": "resistor-color-duo", + "name": "Resistor Color Duo", + "uuid": "4a1bd9da-e0d4-445f-8b66-cde7ec4888c8", + "practices": [], + "prerequisites": [], + "difficulty": 2 + }, { "slug": "darts", "name": "Darts",