summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2022-01-01 16:32:45 +0100
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2022-01-01 16:32:45 +0100
commitf86032ff459f57c8cda368b48888a39c848d263b (patch)
tree682ee08cf60baebfc62b3c7cdaf4e715e1bbc635 /elm.json
parent17903cc8333e0f50d3b4e3567f52a8de92101ad3 (diff)
Adds JSON decoding.
Diffstat (limited to 'elm.json')
-rw-r--r--elm.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/elm.json b/elm.json
index 7bb17ea..462aa2c 100644
--- a/elm.json
+++ b/elm.json
@@ -6,6 +6,7 @@
"elm-version": "0.19.1",
"dependencies": {
"direct": {
+ "NoRedInk/elm-json-decode-pipeline": "1.0.1",
"elm/browser": "1.0.1",
"elm/core": "1.0.2",
"elm/html": "1.0.0",