get leaflet from npm rather than git.

This commit is contained in:
danzel
2013-07-01 09:35:16 +12:00
parent 379befbbbd
commit 768cb5b533

View File

@ -3,7 +3,7 @@
"version": "0.3.0",
"description": "Provides Beautiful Animated Marker Clustering functionality for Leaflet",
"dependencies": {
"leaflet": "git://github.com/Leaflet/Leaflet.git#016f635616fa1df18744baa036cc0e67f94f6248"
"leaflet": "~0.6.2"
},
"devDependencies": {
"jshint": "~2.1.3",
@ -17,9 +17,5 @@
"test": "jake test",
"prepublish": "jake"
},
"repository": {
"type": "git",
"url": "git://github.com/Leaflet/Leaflet.markercluster.git"
},
"keywords": ["gis", "map"]
}