diff options
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 9a8a7ea..995d8e9 100644 --- a/elm-package.json +++ b/elm-package.json @@ -2,14 +2,13 @@ "version": "0.0.1", "summary": "", "description": "", + "repository": "https://github.com/guyonvarch/timer.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/timer.git" + "elm-lang/core": "2.0.1 <= v < 3.0.0", + "evancz/elm-html": "3.0.0 <= v < 4.0.0" + } } |