summaryrefslogtreecommitdiff
path: root/elm/elm.json
diff options
context:
space:
mode:
Diffstat (limited to 'elm/elm.json')
-rw-r--r--elm/elm.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/elm/elm.json b/elm/elm.json
index 6867e2b1..3db9993a 100644
--- a/elm/elm.json
+++ b/elm/elm.json
@@ -6,6 +6,7 @@
"elm-version": "0.19.1",
"dependencies": {
"direct": {
+ "RomanErnst/erl": "2.1.1",
"elm/browser": "1.0.1",
"elm/core": "1.0.2",
"elm/file": "1.0.1",
@@ -13,13 +14,13 @@
"elm/http": "2.0.0",
"elm/json": "1.1.2",
"elm/regex": "1.0.0",
+ "elm/url": "1.0.0",
"justinmimbs/date": "3.1.2"
},
"indirect": {
"elm/bytes": "1.0.3",
"elm/parser": "1.1.0",
"elm/time": "1.0.0",
- "elm/url": "1.0.0",
"elm/virtual-dom": "1.0.2"
}
},