diff options
author | André Dietrich <andre.dietrich@ovgu.de> | 2019-09-12 19:14:17 +0200 |
---|---|---|
committer | André Dietrich <andre.dietrich@ovgu.de> | 2019-09-12 19:14:17 +0200 |
commit | ed015ba53e213590911d2f33b8c7a8765b1369f0 (patch) | |
tree | eec75cafc747f06210bf616279989f3367279e19 | |
parent | 6a3495171159e93c8cd6836f1824b8273161b833 (diff) |
prepared elm.json
-rw-r--r-- | elm.json | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 +} |