aboutsummaryrefslogtreecommitdiffstats
path: root/elm.json
diff options
context:
space:
mode:
authorAndré Dietrich <andre.dietrich@ovgu.de>2020-01-07 18:02:43 +0100
committerAndré Dietrich <andre.dietrich@ovgu.de>2020-01-07 18:02:43 +0100
commit1d440169042ecb74482569637f480306ad331f26 (patch)
tree80ea57140c34d738788cae8d98018915e5aa802b /elm.json
parent42d5dacc1e2edeff15fabe507fdd6b4e335923d2 (diff)
parentd07b8909baedf4740b12f0c72d61b4f111ba2af2 (diff)
Merge branch 'master' of https://github.com/andre-dietrich/elm-mapbox
Diffstat (limited to 'elm.json')
-rw-r--r--elm.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/elm.json b/elm.json
index 77eb739..0a27d62 100644
--- a/elm.json
+++ b/elm.json
@@ -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
+}