From 5af770bd99dbb57d78857236c054bc0a6dc4bdfd Mon Sep 17 00:00:00 2001 From: Joris Guyonvarch Date: Sun, 10 May 2015 16:59:08 +0200 Subject: Updating elm version to 0.15 --- elm-package.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'elm-package.json') 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" + } } -- cgit v1.2.3