aboutsummaryrefslogtreecommitdiff
path: root/elm.json
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-11-22 16:38:14 +0000
committerAkshay <[email protected]>2020-11-22 16:38:14 +0000
commitdea97903678804c9b82039dddf7b3c461dfa514e (patch)
tree28e698078f60ffcb59cb0fb874d962f4e756a8e9 /elm.json
parent589a9c03eeee61b6e1bc9b6ac145c177a59258be (diff)
begin work on basic styling
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": {