Skip to content

Commit

Permalink
Version bump. Minor changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyjb committed Jul 25, 2018
1 parent 9c3b339 commit 7fcd477
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion module/map-field.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ export class MapField {
'zoom': 13,

/**
* Flag to indicate whether the zoom control should be rendered
* Flag to indicate whether the zoom control should be
* rendered.
*/
'zoomControl': false
},
Expand Down
3 changes: 2 additions & 1 deletion module/map-view.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ export class MapView {
'zoom': 13,

/**
* Flag to indicate whether the zoom control should be rendered
* Flag to indicate whether the zoom control should be
* rendered.
*/
'zoomControl': false
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "manhattan-maps",
"version": "1.0.5",
"version": "1.0.6",
"description": "Display maps and map fields using Leaflet.",
"engines": {
"node": ">=8.9.4"
Expand Down

0 comments on commit 7fcd477

Please sign in to comment.