From 25e031bc3173f5e10f16e601574431660fe0ec43 Mon Sep 17 00:00:00 2001 From: aqquq <jannik.wurche@student.uni-halle.de> Date: Sat, 6 Jul 2024 12:45:58 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20move=20elm/file=20to=20indirect?= =?UTF-8?q?=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elm.json b/elm.json index a6faad7..2fe6917 100644 --- a/elm.json +++ b/elm.json @@ -8,7 +8,6 @@ "direct": { "elm/browser": "1.0.2", "elm/core": "1.0.5", - "elm/file": "1.0.5", "elm/html": "1.0.0", "elm/http": "2.0.0", "elm/json": "1.1.3", @@ -19,6 +18,7 @@ }, "indirect": { "elm/bytes": "1.0.8", + "elm/file": "1.0.5", "elm/virtual-dom": "1.0.3" } }, -- GitLab