aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Dietrich <andre.dietrich@ovgu.de>2019-09-12 19:14:17 +0200
committerAndré Dietrich <andre.dietrich@ovgu.de>2019-09-12 19:14:17 +0200
commited015ba53e213590911d2f33b8c7a8765b1369f0 (patch)
treeeec75cafc747f06210bf616279989f3367279e19
parent6a3495171159e93c8cd6836f1824b8273161b833 (diff)
prepared elm.json
-rw-r--r--elm.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/elm.json b/elm.json
index 77eb739..5e22612 100644
--- a/elm.json
+++ b/elm.json
@@ -1,9 +1,9 @@
{
"type": "package",
"name": "gampleman/elm-mapbox",
- "summary": "An advanced mapping library",
+ "summary": "Fork form gampleman/elm-mapbox (4.1.0) ... An advanced mapping library",
"license": "MIT",
- "version": "4.1.0",
+ "version": "1.0.0",
"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
+}