Skip to content

Commit

Permalink
Merge pull request #613 from lokesh/fix-bower-json
Browse files Browse the repository at this point in the history
Fix: Remove image files from bower json main prop
  • Loading branch information
lokesh authored Nov 26, 2017
2 parents fe24939 + 1c134ce commit e4062bd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e4062bd

Please sign in to comment.