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 /elm.json | |
parent | 11d932001ed65fed690b835e5eef504f90845533 (diff) |
v0.19 compatibility (#1)
Diffstat (limited to 'elm.json')
-rw-r--r-- | elm.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/elm.json b/elm.json new file mode 100644 index 0000000..74826b8 --- /dev/null +++ b/elm.json @@ -0,0 +1,24 @@ +{ + "type": "package", + "name": "gampleman/elm-mapbox", + "summary": "An advanced mapping library", + "license": "MIT", + "version": "1.0.0", + "exposed-modules": [ + "Mapbox.Element", + "Mapbox.Cmd.Template", + "Mapbox.Cmd.Option", + "Mapbox.Style", + "Mapbox.Source", + "Mapbox.Layer", + "Mapbox.Expression", + "LngLat" + ], + "elm-version": "0.19.0 <= v < 0.20.0", + "dependencies": { + "elm/core": "1.0.0 <= v < 2.0.0", + "elm/html": "1.0.0 <= v < 2.0.0", + "elm/json": "1.0.0 <= v < 2.0.0" + }, + "test-dependencies": {} +}
\ No newline at end of file |