From 1c134cef11b6d1c371238d6fd16aac43748b7845 Mon Sep 17 00:00:00 2001 From: Lokesh Dhakar Date: Sat, 25 Nov 2017 18:34:02 -0800 Subject: [PATCH] Remove image files from bower json main prop --- bower.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bower.json b/bower.json index 061f982e..a857478e 100644 --- a/bower.json +++ b/bower.json @@ -7,11 +7,7 @@ "description": "The original Lightbox script. Uses jQuery.", "main": [ "./dist/js/lightbox.js", - "./dist/css/lightbox.css", - "./dist/images/close.png", - "./dist/images/loading.gif", - "./dist/images/next.png", - "./dist/images/prev.png" + "./dist/css/lightbox.css" ], "keywords": [ "lightbox",