Skip to content

Commit 38a85d3

Browse files
committed
Add elm benchmark and svg to elm.json
1 parent 906837b commit 38a85d3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

elm.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,22 @@
1111
"elm/core": "1.0.3",
1212
"elm/html": "1.0.0",
1313
"elm/parser": "1.1.0",
14+
"elm/svg": "1.0.1",
15+
"elm-explorations/benchmark": "1.0.1",
1416
"elm-explorations/test": "1.2.2",
1517
"mdgriffith/elm-ui": "1.1.5",
1618
"tortus/elm-array-2d": "2.1.2"
1719
},
1820
"indirect": {
21+
"BrianHicks/elm-trend": "2.1.3",
22+
"Skinney/murmur3": "2.0.8",
1923
"elm/json": "1.1.3",
2024
"elm/random": "1.0.0",
25+
"elm/regex": "1.0.0",
2126
"elm/time": "1.0.0",
2227
"elm/url": "1.0.0",
2328
"elm/virtual-dom": "1.0.2",
29+
"mdgriffith/style-elements": "5.0.1",
2430
"pzp1997/assoc-list": "1.0.0"
2531
}
2632
},

0 commit comments

Comments
 (0)