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,7 +1,7 @@
{
"name": "leaflet.markercluster",
"repository": "https://github.com/Leaflet/Leaflet.markercluster",
"version": "1.0.0",
"version": "1.0.2",
"description": "Provides Beautiful Animated Marker Clustering functionality for Leaflet",
"devDependencies": {
"jshint": "~2.1.3",
@@ -10,7 +10,7 @@
"uglify-js": "~2.3.6",
"jake": "~0.5.16",
"magic-string": "^0.7.0",
"leaflet": "~1.0.0-rc.1"
"leaflet": "~1.0.3"
},
"main": "dist/leaflet.markercluster.js",
"scripts": {