Update dependencies in test elm-package.json

Changed type annotation to match
This commit is contained in:
katbow
2017-01-17 12:46:11 +00:00
parent 7fc5118626
commit 8c5472d344
2 changed files with 9 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ import Json.Decode exposing (Value)
-- elm-test
main : Program Value
main : Runner.TestProgram
main =
Runner.run emit Tests.all