diff options
author | Joris Guyonvarch | 2015-07-19 16:07:15 +0200 |
---|---|---|
committer | Joris Guyonvarch | 2015-07-19 16:07:15 +0200 |
commit | 0d589e12a0c32936303de46b1e462dd19648170d (patch) | |
tree | 95527317fae74ed620ad1b118abbbe2ccf616d19 /elm-package.json | |
parent | e4eefaa5b418780e6fb63e929f826b927bbeac68 (diff) |
Login with a token validation
Diffstat (limited to 'elm-package.json')
-rw-r--r-- | elm-package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/elm-package.json b/elm-package.json index e975976..a520a22 100644 --- a/elm-package.json +++ b/elm-package.json @@ -1,11 +1,11 @@ { "version": "0.0.1", - "summary": "Payments", - "repository": "https://github.com/guyonvarch/payments.git", + "summary": "SharedCost", + "repository": "https://github.com/guyonvarch/sharedCost.git", "license": "BSD3", "source-directories": ["src/client"], "exposed-modules": ["Main"], - "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", |