Skip to content

Commit

Permalink
Change the bower main files location. Resolves #129
Browse files Browse the repository at this point in the history
  • Loading branch information
feimosi committed Oct 11, 2016
1 parent 508038a commit 8c8f5a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "1.8.0",
"description": "Simple and easy to use lightbox script written in pure JavaScript",
"main": [
"./build/js/baguetteBox.js",
"./build/css/baguetteBox.css"
"./dist/baguetteBox.js",
"./dist/baguetteBox.css"
],
"keywords": [
"lightbox"
Expand Down

0 comments on commit 8c8f5a7

Please sign in to comment.