aboutsummaryrefslogtreecommitdiff
path: root/elm-package.json
diff options
context:
space:
mode:
Diffstat (limited to 'elm-package.json')
-rw-r--r--elm-package.json11
1 files changed, 5 insertions, 6 deletions
diff --git a/elm-package.json b/elm-package.json
index 995d8e9..4d64f3b 100644
--- a/elm-package.json
+++ b/elm-package.json
@@ -1,14 +1,13 @@
{
- "version": "0.0.1",
- "summary": "",
- "description": "",
+ "version": "1.0.0",
+ "summary": "timer",
"repository": "https://github.com/guyonvarch/timer.git",
"license": "BSD3",
"source-directories": ["src"],
"exposed-modules": [],
- "elm-version": "0.15.0 <= v < 0.16.0",
+ "elm-version": "0.17.1 <= v < 0.18.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": "4.0.5 <= v < 5.0.0",
+ "elm-lang/html": "1.1.0 <= v < 2.0.0"
}
}