Skip to content

Commit

Permalink
Update example dependencies to run on Elm 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fredcy committed Jul 18, 2016
1 parent 09fa215 commit 2ac9eb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/elm-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
],
"exposed-modules": [],
"dependencies": {
"elm-lang/core": "4.0.0 <= v <= 4.0.0",
"elm-lang/core": "4.0.0 <= v <= 5.0.0",
"elm-lang/html": "1.0.0 <= v < 2.0.0",
"rtfeldman/elm-css-helpers": "2.0.0 <= v < 3.0.0",
"rtfeldman/elm-css-util": "1.0.1 <= v < 2.0.0"
},
"elm-version": "0.17.0 <= v <= 0.17.0"
"elm-version": "0.17.0 <= v <= 0.18.0"
}

0 comments on commit 2ac9eb9

Please sign in to comment.