diff options
author | Jakub Hampl <kopomir@gmail.com> | 2018-08-21 15:51:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-21 15:51:05 +0100 |
commit | af8b5c077da700236667ccb3cdcd736774dd9e3b (patch) | |
tree | 5472d2c8fdf9cc81948a822e89672a0d74e5e0f3 /examples/elm.json | |
parent | 11d932001ed65fed690b835e5eef504f90845533 (diff) |
v0.19 compatibility (#1)
Diffstat (limited to 'examples/elm.json')
-rw-r--r-- | examples/elm.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/examples/elm.json b/examples/elm.json new file mode 100644 index 0000000..2017dd4 --- /dev/null +++ b/examples/elm.json @@ -0,0 +1,25 @@ +{ + "type": "application", + "source-directories": [ + "../src", + "." + ], + "elm-version": "0.19.0", + "dependencies": { + "direct": { + "elm/browser": "1.0.0", + "elm/core": "1.0.0", + "elm/html": "1.0.0", + "elm/json": "1.0.0" + }, + "indirect": { + "elm/time": "1.0.0", + "elm/url": "1.0.0", + "elm/virtual-dom": "1.0.0" + } + }, + "test-dependencies": { + "direct": {}, + "indirect": {} + } +}
\ No newline at end of file |