mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 16:08:55 +02:00
Merge pull request #353 from wiggin/master
Added css and changed to non-minified js in bower spec
This commit is contained in:
+5
-1
@@ -6,7 +6,11 @@
|
||||
"Dave Leaver <danzel@localhost.geek.nz>"
|
||||
],
|
||||
"description": "Marker Clustering plugin for Leaflet.",
|
||||
"main": "dist/leaflet.markercluster.js",
|
||||
"main": [
|
||||
"dist/leaflet.markercluster-src.js",
|
||||
"dist/MarkerCluster.css",
|
||||
"dist/MarkerCluster.Default.css"
|
||||
],
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
|
||||
Reference in New Issue
Block a user