mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
get leaflet from npm rather than git.
This commit is contained in:
@ -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"]
|
||||
}
|
Reference in New Issue
Block a user