aboutsummaryrefslogtreecommitdiff
path: root/client/elm.json
diff options
context:
space:
mode:
authorJasper Van der Jeugt2020-07-29 17:19:07 +0200
committerJasper Van der Jeugt2020-07-29 17:19:07 +0200
commit676bf9936b9b51e24979657d50d8f019b2f64ac2 (patch)
tree8265c4d0759edca8bd14db51e148c27deba2f645 /client/elm.json
parentd6265dd7f44538858989c1fe6837e1cafc489455 (diff)
Parse room ID
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"
}
},