aboutsummaryrefslogtreecommitdiff
path: root/elm-package.json
diff options
context:
space:
mode:
authorJoris2015-11-13 22:09:10 +0100
committerJoris2015-11-13 22:09:10 +0100
commit6a69c596d8cc2c8b7ac1f763cf63e5e3a0e260e9 (patch)
treef624cf00a11926c4a7a809ee71444c1916d6312d /elm-package.json
parenteef0cf46c150cd12e783aa8dc62f825a59757855 (diff)
Display the game with svg
Diffstat (limited to 'elm-package.json')
-rw-r--r--elm-package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/elm-package.json b/elm-package.json
index 593ca68..839ed41 100644
--- a/elm-package.json
+++ b/elm-package.json
@@ -8,6 +8,7 @@
"elm-version": "0.15.1 <= v < 0.16.0",
"dependencies": {
"elm-lang/core": "2.1.0 <= v < 3.0.0",
- "evancz/elm-html": "4.0.1 <= v < 5.0.0"
+ "evancz/elm-html": "4.0.1 <= v < 5.0.0",
+ "evancz/elm-svg": "2.0.0 <= v < 3.0.0"
}
}