Skip to content
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.

Commit

Permalink
Fix constraints to work with 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
process-bot committed Nov 19, 2015
1 parent bdd8eaf commit b133d9d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions elm-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"exposed-modules": [],
"native-modules": true,
"dependencies": {
"elm-lang/core": "4.0.0 <= v < 5.0.0",
"evancz/start-app": "2.0.0 <= v < 3.0.0",
"evancz/elm-effects": "2.0.0 <= v < 3.0.0",
"evancz/elm-html": "4.0.0 <= v < 5.0.0",
"evancz/elm-svg": "2.0.0 <= v < 3.0.0",
"evancz/elm-markdown": "2.0.0 <= v < 3.0.0"
"elm-lang/core": "3.0.0 <= v < 4.0.0",
"evancz/elm-effects": "2.0.1 <= v < 3.0.0",
"evancz/elm-html": "4.0.2 <= v < 5.0.0",
"evancz/elm-markdown": "2.0.0 <= v < 3.0.0",
"evancz/elm-svg": "2.0.1 <= v < 3.0.0",
"evancz/start-app": "2.0.2 <= v < 3.0.0"
},
"elm-version": "0.16.0 <= v < 0.17.0"
}
}

0 comments on commit b133d9d

Please sign in to comment.