Skip to content

Commit

Permalink
Loosen version bounds for evancz/elm-http
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrempel committed Sep 29, 2015
1 parent 1550dcc commit 598b82a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions elm-package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0",
"version": "1.0.1",
"summary": "Router for single-page-apps in Elm",
"repository": "https://github.com/rgrempel/elm-route-hash.git",
"license": "BSD3",
Expand All @@ -10,10 +10,10 @@
"RouteHash"
],
"dependencies": {
"evancz/elm-http": "2.0.0 <= v < 3.0.0",
"elm-lang/core": "2.0.0 <= v < 3.0.0",
"Apanatshka/elm-signal-extra": "5.6.0 <= v < 6.0.0",
"TheSeamau5/elm-history" : "1.0.0 <= v < 2.0.0"
"TheSeamau5/elm-history": "1.0.0 <= v < 2.0.0",
"elm-lang/core": "2.0.0 <= v < 3.0.0",
"evancz/elm-http": "1.0.0 <= v < 3.0.0"
},
"elm-version": "0.15.0 <= v < 0.16.0"
}
}

0 comments on commit 598b82a

Please sign in to comment.