Update leaflet markercluster to version 1.0.2.

This commit is contained in:
David Molineus
2017-01-27 12:03:48 +01:00
parent 5ca0430872
commit df8851fc8b
8 changed files with 185 additions and 51 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "leaflet.markercluster",
"version": "0.4.0-hotfix.1",
"version": "1.0.2",
"homepage": "https://github.com/Leaflet/Leaflet.markercluster",
"authors": [
"Dave Leaver <danzel@localhost.geek.nz>"
@@ -22,6 +22,6 @@
"tests"
],
"dependencies": {
"leaflet": ">= 0.7.0"
"leaflet": ">= 1.0.3"
}
}