From 960dcc44780acae7feff512fb0e793dd055e634c Mon Sep 17 00:00:00 2001 From: meatball <69751659+meatball133@users.noreply.github.com> Date: Sat, 9 Nov 2024 19:26:22 +0100 Subject: [PATCH] Depricate beer song (#1731) --- config.json | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/config.json b/config.json index 1b4dbdc4ad..ba3faf7bf1 100644 --- a/config.json +++ b/config.json @@ -992,20 +992,6 @@ ], "difficulty": 3 }, - { - "slug": "beer-song", - "name": "Beer Song", - "uuid": "e4f0873a-e834-4b28-9902-795f52f76adb", - "practices": [ - "strings" - ], - "prerequisites": [ - "strings", - "numbers", - "loops" - ], - "difficulty": 3 - }, { "slug": "protein-translation", "name": "Protein Translation", @@ -1547,6 +1533,15 @@ "difficulty": 1, "status": "deprecated" }, + { + "slug": "beer-song", + "name": "Beer Song", + "uuid": "e4f0873a-e834-4b28-9902-795f52f76adb", + "practices": [], + "prerequisites": [], + "difficulty": 3, + "status": "deprecated" + }, { "slug": "microwave", "name": "Microwave",