diff options
author | Joris Guyonvarch | 2015-05-10 16:59:08 +0200 |
---|---|---|
committer | Joris Guyonvarch | 2015-05-10 16:59:08 +0200 |
commit | 5af770bd99dbb57d78857236c054bc0a6dc4bdfd (patch) | |
tree | a15a021df539302767281296c66bb8fdf2d0bae1 /elm-package.json | |
parent | d5ec91d4d01db6f4d476522d5b14e116435ebb7d (diff) |
Updating elm version to 0.15
Diffstat (limited to 'elm-package.json')
-rw-r--r-- | elm-package.json | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/elm-package.json b/elm-package.json index 751c934..a537c6d 100644 --- a/elm-package.json +++ b/elm-package.json @@ -2,14 +2,13 @@ "version": "2.2.1", "summary": "", "description": "", + "repository": "https://github.com/guyonvarch/catchvoid.git", "license": "BSD3", - "source-directories": [ - "src" - ], + "source-directories": ["src"], "exposed-modules": [], + "elm-version": "0.15.0 <= v < 0.16.0", "dependencies": { - "elm-lang/core": "1.0.0 <= v < 2.0.0", - "evancz/elm-html": "1.0.0 <= v < 2.0.0" - }, - "repository": "https://github.com/guyonvarch/catchvoid.git" + "elm-lang/core": "2.0.1 <= v < 3.0.0", + "evancz/elm-html": "3.0.0 <= v < 4.0.0" + } } |