Skip to content

Commit

Permalink
Bump to mabox 52
Browse files Browse the repository at this point in the history
  • Loading branch information
gampleman committed Jan 10, 2019
1 parent fad139c commit cfa8a89
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -21,4 +21,4 @@
"elm/json": "1.0.0 <= v < 2.0.0"
},
"test-dependencies": {}
}
}
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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
}
}

0 comments on commit cfa8a89

Please sign in to comment.