aboutsummaryrefslogtreecommitdiff
path: root/elm-package.json
diff options
context:
space:
mode:
authorJoris Guyonvarch2015-07-19 16:07:15 +0200
committerJoris Guyonvarch2015-07-19 16:07:15 +0200
commit0d589e12a0c32936303de46b1e462dd19648170d (patch)
tree95527317fae74ed620ad1b118abbbe2ccf616d19 /elm-package.json
parente4eefaa5b418780e6fb63e929f826b927bbeac68 (diff)
downloadbudget-0d589e12a0c32936303de46b1e462dd19648170d.tar.gz
budget-0d589e12a0c32936303de46b1e462dd19648170d.tar.bz2
budget-0d589e12a0c32936303de46b1e462dd19648170d.zip
Login with a token validation
Diffstat (limited to 'elm-package.json')
-rw-r--r--elm-package.json6
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",