From 41865496a384af0647632f3b1433165f24ac9b19 Mon Sep 17 00:00:00 2001 From: elm-review-bot <80852742+elm-review-bot@users.noreply.github.com> Date: Tue, 20 Apr 2021 22:38:14 +0200 Subject: [PATCH] Remove unused dependencies --- elm.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/elm.json b/elm.json index 6dc03e9..8e7470a 100644 --- a/elm.json +++ b/elm.json @@ -13,8 +13,7 @@ "elm/http": "1.0.0 <= v < 2.0.0", "elm/json": "1.0.0 <= v < 2.0.0", "elm/regex": "1.0.0 <= v < 2.0.0", - "elm/time": "1.0.0 <= v < 2.0.0", "elm-community/maybe-extra": "5.0.0 <= v < 6.0.0" }, "test-dependencies": {} -} \ No newline at end of file +}