Add svg dependency

This commit is contained in:
Valentin Brandl 2019-07-27 20:07:41 +02:00
parent 3425fd7b99
commit 90059116ad
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -8,7 +8,8 @@
"direct": {
"elm/browser": "1.0.1",
"elm/core": "1.0.2",
"elm/html": "1.0.0"
"elm/html": "1.0.0",
"elm/svg": "1.0.1"
},
"indirect": {
"elm/json": "1.1.3",
@ -25,4 +26,4 @@
"elm/random": "1.0.0"
}
}
}
}