diff options
-rw-r--r-- | elm-package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/elm-package.json b/elm-package.json index baf5be4..d81bffd 100644 --- a/elm-package.json +++ b/elm-package.json @@ -2,10 +2,10 @@ "version": "0.0.1", "summary": "SharedCost", "repository": "https://github.com/guyonvarch/sharedcost.git", - "license": "BSD3", + "license": "GPL-3", "source-directories": ["src/client/elm"], "exposed-modules": [], - "elm-version": "0.15.1 <= v < 0.16.0", + "elm-version": "0.16.0 <= v < 0.17.0", "dependencies": { "elm-lang/core": "3.0.0 <= v < 4.0.0", "evancz/elm-html": "4.0.2 <= v < 5.0.0", |