diff options
author | Joris | 2015-11-13 20:12:21 +0100 |
---|---|---|
committer | Joris | 2015-11-13 20:12:21 +0100 |
commit | eef0cf46c150cd12e783aa8dc62f825a59757855 (patch) | |
tree | 892cc53729c0f61c050b75e39aaa252eb49d4590 /elm-package.json | |
parent | 5af770bd99dbb57d78857236c054bc0a6dc4bdfd (diff) |
Upgrade to elm 0.15.1 and use npm to build
Diffstat (limited to 'elm-package.json')
-rw-r--r-- | elm-package.json | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/elm-package.json b/elm-package.json index a537c6d..593ca68 100644 --- a/elm-package.json +++ b/elm-package.json @@ -1,14 +1,13 @@ { "version": "2.2.1", - "summary": "", - "description": "", + "summary": "cAtchVoid", "repository": "https://github.com/guyonvarch/catchvoid.git", "license": "BSD3", "source-directories": ["src"], "exposed-modules": [], - "elm-version": "0.15.0 <= v < 0.16.0", + "elm-version": "0.15.1 <= v < 0.16.0", "dependencies": { - "elm-lang/core": "2.0.1 <= v < 3.0.0", - "evancz/elm-html": "3.0.0 <= v < 4.0.0" + "elm-lang/core": "2.1.0 <= v < 3.0.0", + "evancz/elm-html": "4.0.1 <= v < 5.0.0" } } |