diff options
author | André Dietrich <andre.dietrich@ovgu.de> | 2020-01-07 18:02:43 +0100 |
---|---|---|
committer | André Dietrich <andre.dietrich@ovgu.de> | 2020-01-07 18:02:43 +0100 |
commit | 1d440169042ecb74482569637f480306ad331f26 (patch) | |
tree | 80ea57140c34d738788cae8d98018915e5aa802b /elm.json | |
parent | 42d5dacc1e2edeff15fabe507fdd6b4e335923d2 (diff) | |
parent | d07b8909baedf4740b12f0c72d61b4f111ba2af2 (diff) |
Merge branch 'master' of https://github.com/andre-dietrich/elm-mapbox
Diffstat (limited to 'elm.json')
-rw-r--r-- | elm.json | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,9 +1,9 @@ { "type": "package", - "name": "gampleman/elm-mapbox", - "summary": "An advanced mapping library", + "name": "andre-dietrich/elm-mapbox", + "summary": "Fork form gampleman/elm-mapbox (4.1.0) ... An advanced mapping library", "license": "MIT", - "version": "4.1.0", + "version": "1.1.1", "exposed-modules": [ "Mapbox.Element", "Mapbox.Cmd.Template", @@ -21,4 +21,4 @@ "elm/json": "1.0.0 <= v < 2.0.0" }, "test-dependencies": {} -}
\ No newline at end of file +} |