diff options
Diffstat (limited to 'elm-package.json')
-rw-r--r-- | elm-package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/elm-package.json b/elm-package.json index b433fb2..b645876 100644 --- a/elm-package.json +++ b/elm-package.json @@ -1,15 +1,15 @@ { "version": "0.0.1", "summary": "SharedCost", - "repository": "https://github.com/guyonvarch/sharedCost.git", + "repository": "https://github.com/guyonvarch/sharedcost.git", "license": "BSD3", "source-directories": ["src/client/elm"], "exposed-modules": [], "elm-version": "0.15.1 <= v < 0.16.0", "dependencies": { - "elm-lang/core": "2.1.0 <= v < 3.0.0", - "evancz/elm-html": "4.0.1 <= v < 5.0.0", - "evancz/elm-http": "1.0.0 <= v < 2.0.0" + "elm-lang/core": "3.0.0 <= v < 4.0.0", + "evancz/elm-html": "4.0.2 <= v < 5.0.0", + "evancz/elm-http": "3.0.0 <= v < 4.0.0" }, "native-modules": true } |