From 4763142923e9d08ed83ff36a9541406569d83295 Mon Sep 17 00:00:00 2001 From: Paal Braathen Date: Thu, 2 Feb 2017 10:14:22 +0100 Subject: [PATCH] Fix broken paths in bower.json --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 12a798f4..1f1921c5 100644 --- a/bower.json +++ b/bower.json @@ -15,8 +15,8 @@ ], "main": [ "build/heatmap.js", - "plugins/gmaps-heatmap.js", - "plugins/leaflet-heatmap.js", + "plugins/gmaps-heatmap/gmaps-heatmap.js", + "plugins/leaflet-heatmap/leaflet-heatmap.js", "plugins/svg-area-heatmap.js" ], "license": "MIT",