Skip to content

Commit

Permalink
Enlarge version bounds for ccapndave/elm-update-extra dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrempel committed Jun 10, 2017
1 parent 19b120a commit 6c65d17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions elm-package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.0",
"version": "3.0.1",
"summary": "Router for single-page-apps in Elm",
"repository": "https://github.com/rgrempel/elm-route-url.git",
"license": "BSD3",
Expand All @@ -12,7 +12,7 @@
"RouteUrl.Builder"
],
"dependencies": {
"ccapndave/elm-update-extra": "2.3.1 <= v < 3.0.0",
"ccapndave/elm-update-extra": "2.3.1 <= v < 4.0.0",
"elm-lang/core": "5.0.0 <= v < 6.0.0",
"elm-lang/html": "2.0.0 <= v < 3.0.0",
"elm-lang/http": "1.0.0 <= v < 2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/elm-architecture-tutorial/elm-package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "3.0.0",
"summary": "elm-route-hash example, based on the Elm Architecture Tutorial",
"version": "3.0.1",
"summary": "elm-route-url example, based on the Elm Architecture Tutorial",
"repository": "https://github.com/rgrempel/elm-route-url.git",
"license": "BSD3",
"source-directories": [
Expand All @@ -9,7 +9,7 @@
],
"exposed-modules": [],
"dependencies": {
"ccapndave/elm-update-extra": "2.3.1 <= v < 3.0.0",
"ccapndave/elm-update-extra": "2.3.1 <= v < 4.0.0",
"elm-community/easing-functions": "1.0.2 <= v < 2.0.0",
"elm-community/result-extra": "2.0.1 <= v < 3.0.0",
"elm-lang/animation-frame": "1.0.1 <= v < 2.0.0",
Expand Down

0 comments on commit 6c65d17

Please sign in to comment.