aboutsummaryrefslogtreecommitdiff
path: root/client/elm.json
diff options
context:
space:
mode:
authorJasper Van der Jeugt2020-07-29 21:14:12 +0200
committerJasper Van der Jeugt2020-07-29 21:14:12 +0200
commit49b346b7ebe98051a618d88a39d9b02f13edf33c (patch)
tree41d126d23ed0d3bcc469622b510b67e71d273821 /client/elm.json
parent057d954fe8d3265fc122f4a3066eab15eb7653d3 (diff)
Welcome Bye
Diffstat (limited to 'client/elm.json')
-rw-r--r--client/elm.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/elm.json b/client/elm.json
index 4fdc946..aa05ace 100644
--- a/client/elm.json
+++ b/client/elm.json
@@ -6,13 +6,14 @@
"elm-version": "0.19.1",
"dependencies": {
"direct": {
+ "bartavelle/json-helpers": "2.0.2",
"elm/browser": "1.0.2",
"elm/core": "1.0.5",
"elm/html": "1.0.0",
+ "elm/json": "1.1.3",
"elm/url": "1.0.0"
},
"indirect": {
- "elm/json": "1.1.3",
"elm/time": "1.0.0",
"elm/virtual-dom": "1.0.2"
}