summaryrefslogtreecommitdiff |
diff options
author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-12-21 23:03:02 +0100 |
---|---|---|
committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2018-12-21 23:03:02 +0100 |
commit | 6f7fb373813862c97ff657d3db62b882c29982e3 (patch) | |
tree | ca1c92b7eb35355b050751cf4d0db5eae6720101 /src/login/elm.json | |
parent | 23ecc837380e2653d600e0246f50db30a3a238fc (diff) |
Converts the login module to Elm 0.19.
Diffstat (limited to 'src/login/elm.json')
-rw-r--r-- | src/login/elm.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/login/elm.json b/src/login/elm.json new file mode 100644 index 0000000..00c115b --- /dev/null +++ b/src/login/elm.json @@ -0,0 +1,27 @@ +{ + "type": "application", + "source-directories": [ + "src", + "../shared/elm" + ], + "elm-version": "0.19.0", + "dependencies": { + "direct": { + "NoRedInk/elm-json-decode-pipeline": "1.0.0", + "elm/browser": "1.0.1", + "elm/core": "1.0.0", + "elm/html": "1.0.0", + "elm/http": "1.0.0", + "elm/json": "1.1.2", + "elm/url": "1.0.0" + }, + "indirect": { + "elm/time": "1.0.0", + "elm/virtual-dom": "1.0.2" + } + }, + "test-dependencies": { + "direct": {}, + "indirect": {} + } +}
\ No newline at end of file |