Update dependencies for the example.

This commit is contained in:
Jeroen Engels 2017-06-19 00:18:47 +02:00
parent 5917460161
commit 45b697cfe4

View File

@ -4,16 +4,15 @@
"repository": "https://github.com/jfmengels/elm-lint.git",
"license": "BSD3",
"source-directories": [
".",
"../src"
"."
],
"exposed-modules": [],
"dependencies": {
"elm-community/list-extra": "5.0.1 <= v < 6.0.0",
"Bogdanp/elm-ast": "8.0.3 <= v < 9.0.0",
"elm-community/parser-combinators": "1.1.0 <= v < 2.0.0",
"elm-lang/core": "5.0.0 <= v < 6.0.0",
"elm-lang/html": "2.0.0 <= v < 3.0.0",
"jfmengels/elm-ast": "1.0.0 <= v < 2.0.0"
"jfmengels/elm-lint": "2.0.0 <= v < 3.0.0"
},
"elm-version": "0.18.0 <= v < 0.19.0"
}