Skip to content

Commit

Permalink
Bump dependencies and use exact version bounds for everything.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Feldman committed Aug 30, 2015
1 parent 3d0f1a7 commit 71c23f1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions elm-package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"version": "1.1.0",
"version": "1.2.0",
"elm-version": "0.15.1 <= v <= 0.15.1",
"summary": "Streamlined long-form writing software.",
"repository": "https://github.com/rtfeldman/dreamwriter.git",
"license": "BSD-3-Clause",
Expand All @@ -9,9 +10,8 @@
],
"exposed-modules": [],
"dependencies": {
"elm-lang/core": "2.0.0 <= v < 3.0.0",
"evancz/elm-html": "3.0.0 <= v < 4.0.0",
"elm-lang/core": "2.1.0 <= v <= 2.1.0",
"evancz/elm-html": "4.0.0 <= v <= 4.0.0",
"evancz/elm-svg": "2.0.0 <= v < 3.0.0"
},
"elm-version": "0.15.0 <= v < 0.16.0"
}
}
}

0 comments on commit 71c23f1

Please sign in to comment.