From 050ca19903d0279a97711fbf8b7640f569b2f2a2 Mon Sep 17 00:00:00 2001 From: Jeroen Engels Date: Fri, 1 Nov 2024 21:21:54 +0100 Subject: [PATCH] Break unparsable elm.json more --- test/config-unparsable-elmjson/elm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/config-unparsable-elmjson/elm.json b/test/config-unparsable-elmjson/elm.json index 2d44461fb..b9680d853 100644 --- a/test/config-unparsable-elmjson/elm.json +++ b/test/config-unparsable-elmjson/elm.json @@ -4,7 +4,7 @@ "src" ], "elm-version": "0.19.1", - "dependencies": { + "dependencies": // Parsing error "direct": { "elm/core": "1.0.5",