From af8b5c077da700236667ccb3cdcd736774dd9e3b Mon Sep 17 00:00:00 2001 From: Jakub Hampl Date: Tue, 21 Aug 2018 15:51:05 +0100 Subject: v0.19 compatibility (#1) --- elm.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 elm.json (limited to 'elm.json') 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 -- cgit v1.2.3