Skip to content

Commit ba30445

Browse files
committed
Add missing elm.json change
1 parent 4248c01 commit ba30445

File tree

1 file changed

+3
-3
lines changed
  • exercises/concept/annalyns-infiltration

1 file changed

+3
-3
lines changed

exercises/concept/annalyns-infiltration/elm.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"elm/parser": "1.1.0",
1212
"elm/random": "1.0.0",
1313
"elm/regex": "1.0.0",
14-
"elm/time": "1.0.0"
14+
"elm/time": "1.0.0",
15+
"elm/html": "1.0.0"
1516
},
1617
"indirect": {}
1718
},
@@ -22,8 +23,7 @@
2223
},
2324
"indirect": {
2425
"elm/bytes": "1.0.8",
25-
"elm/html": "1.0.0",
2626
"elm/virtual-dom": "1.0.3"
2727
}
2828
}
29-
}
29+
}

0 commit comments

Comments
 (0)