From 2acc757d3c56748a0106c751b0dc5a9a0a5cf90c Mon Sep 17 00:00:00 2001 From: Gabriel Le Breton Date: Fri, 27 Jul 2018 09:44:17 -0400 Subject: [PATCH] Update bower.json main path closes #105 --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 3c21a54..487efbb 100644 --- a/bower.json +++ b/bower.json @@ -7,8 +7,8 @@ ], "description": "Lightweight smart app banner with no jQuery (or any other framework) requirement.", "main": [ - "smart-app-banner.css", - "smart-app-banner.js" + "dist/smart-app-banner.css", + "dist/smart-app-banner.js" ], "moduleType": [ "globals"