aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Hampl <kopomir@gmail.com>2019-01-10 15:05:29 +0000
committerJakub Hampl <kopomir@gmail.com>2019-01-10 15:05:29 +0000
commitcfa8a89b73c25656a7c01db05b011c91360e805a (patch)
treeb0d1ddacacf236d17dd89e857422afe5589925a5
parentfad139c7733e87685a85b80f4be9fc5a882476f2 (diff)
Bump to mabox 52
-rw-r--r--elm.json4
-rw-r--r--package.json7
2 files changed, 7 insertions, 4 deletions
diff --git a/elm.json b/elm.json
index f943b88..92b7dc8 100644
--- a/elm.json
+++ b/elm.json
@@ -3,7 +3,7 @@
"name": "gampleman/elm-mapbox",
"summary": "An advanced mapping library",
"license": "MIT",
- "version": "3.1.0",
+ "version": "3.2.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
+}
diff --git a/package.json b/package.json
index 7c5652e..8b3b5a4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "elm-mapbox",
- "version": "3.1.0",
+ "version": "3.2.0",
"description": "A custom element designed for use with elm-mapbox",
"main": "dist/elm-mapbox.cjs.js",
"module": "dist/elm-mapbox.esm.js",
@@ -38,6 +38,9 @@
"rollup-plugin-node-resolve": "^3.3.0"
},
"dependencies": {
- "mapbox-gl": "^0.51.0"
+ "mapbox-gl": "^0.52.0"
+ },
+ "prettier": {
+ "tabWidth": 2
}
}