Skip to content

Commit 4e64f5a

Browse files
authored
Merge pull request #249 from paalbra/patch-1
Fix broken paths in bower.json
2 parents 85ba352 + 4763142 commit 4e64f5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
],
1616
"main": [
1717
"build/heatmap.js",
18-
"plugins/gmaps-heatmap.js",
19-
"plugins/leaflet-heatmap.js",
18+
"plugins/gmaps-heatmap/gmaps-heatmap.js",
19+
"plugins/leaflet-heatmap/leaflet-heatmap.js",
2020
"plugins/svg-area-heatmap.js"
2121
],
2222
"license": "MIT",

0 commit comments

Comments
 (0)