aboutsummaryrefslogtreecommitdiff
path: root/picarones-elm/elm.json
diff options
context:
space:
mode:
authorstuebinm2021-03-07 18:37:10 +0100
committerstuebinm2021-03-07 18:37:10 +0100
commit8b3ca704c66d7815e6f932e92a493f9aae44d74b (patch)
tree6cb42002509a116b66b66388637e6b6ad1d600a5 /picarones-elm/elm.json
parent090041fadec2e2896c3b82ef518096313d452c13 (diff)
Load slides from url given in uri fragment
Syntax is: https://domain-to-app#<prefix-for-slides>#<number-of-slides> Slides must be .png image files numbered as 01.png, 02.png ...
Diffstat (limited to 'picarones-elm/elm.json')
-rw-r--r--picarones-elm/elm.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/picarones-elm/elm.json b/picarones-elm/elm.json
index 2d0d191..b8f1ad7 100644
--- a/picarones-elm/elm.json
+++ b/picarones-elm/elm.json
@@ -9,11 +9,11 @@
"elm/browser": "1.0.2",
"elm/core": "1.0.5",
"elm/html": "1.0.0",
- "elm/json": "1.1.3"
+ "elm/json": "1.1.3",
+ "elm/url": "1.0.0"
},
"indirect": {
"elm/time": "1.0.0",
- "elm/url": "1.0.0",
"elm/virtual-dom": "1.0.2"
}
},