From 6b02eefa86d70b2ddfa7ae311368a7deb8128de7 Mon Sep 17 00:00:00 2001 From: aqquq <jannik.wurche@student.uni-halle.de> Date: Wed, 3 Jul 2024 21:26:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=95=20import=20elm/file?= 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 2fe6917..a6faad7 100644 --- a/elm.json +++ b/elm.json @@ -8,6 +8,7 @@ "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", @@ -18,7 +19,6 @@ }, "indirect": { "elm/bytes": "1.0.8", - "elm/file": "1.0.5", "elm/virtual-dom": "1.0.3" } }, -- GitLab