aboutsummaryrefslogtreecommitdiff
path: root/elm.json
diff options
context:
space:
mode:
Diffstat (limited to 'elm.json')
-rw-r--r--elm.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/elm.json b/elm.json
index ba0c4ba..5b9c9c4 100644
--- a/elm.json
+++ b/elm.json
@@ -10,12 +10,14 @@
10 "elm/core": "1.0.5", 10 "elm/core": "1.0.5",
11 "elm/html": "1.0.0", 11 "elm/html": "1.0.0",
12 "elm/random": "1.0.0", 12 "elm/random": "1.0.0",
13 "elm/time": "1.0.0" 13 "elm/time": "1.0.0",
14 "rtfeldman/elm-css": "16.1.0"
14 }, 15 },
15 "indirect": { 16 "indirect": {
16 "elm/json": "1.1.3", 17 "elm/json": "1.1.3",
17 "elm/url": "1.0.0", 18 "elm/url": "1.0.0",
18 "elm/virtual-dom": "1.0.2" 19 "elm/virtual-dom": "1.0.2",
20 "rtfeldman/elm-hex": "1.0.0"
19 } 21 }
20 }, 22 },
21 "test-dependencies": { 23 "test-dependencies": {