aboutsummaryrefslogtreecommitdiff
path: root/client/elm.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/elm.json')
-rw-r--r--client/elm.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/elm.json b/client/elm.json
index dea3450..4fdc946 100644
--- a/client/elm.json
+++ b/client/elm.json
@@ -8,12 +8,12 @@
"direct": {
"elm/browser": "1.0.2",
"elm/core": "1.0.5",
- "elm/html": "1.0.0"
+ "elm/html": "1.0.0",
+ "elm/url": "1.0.0"
},
"indirect": {
"elm/json": "1.1.3",
"elm/time": "1.0.0",
- "elm/url": "1.0.0",
"elm/virtual-dom": "1.0.2"
}
},