aboutsummaryrefslogtreecommitdiff
path: root/client/elm.json
diff options
context:
space:
mode:
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"
}