We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4248c01 commit ba30445Copy full SHA for ba30445
exercises/concept/annalyns-infiltration/elm.json
@@ -11,7 +11,8 @@
11
"elm/parser": "1.1.0",
12
"elm/random": "1.0.0",
13
"elm/regex": "1.0.0",
14
- "elm/time": "1.0.0"
+ "elm/time": "1.0.0",
15
+ "elm/html": "1.0.0"
16
},
17
"indirect": {}
18
@@ -22,8 +23,7 @@
22
23
24
"indirect": {
25
"elm/bytes": "1.0.8",
- "elm/html": "1.0.0",
26
"elm/virtual-dom": "1.0.3"
27
}
28
29
-}
+}
0 commit comments