Skip to content

Commit

Permalink
update bower to use dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanebachelier committed Jan 29, 2014
1 parent 2789b5b commit 87ca635
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"dependencies": {
},
"scripts": [
"dev/idangerous.swiper.js"
"dist/idangerous.swiper.js"
],
"main": "dev/idangerous.swiper.js",
"main": "dist/idangerous.swiper.js",
"styles": [
"dev/idangerous.swiper.css"
"dist/idangerous.swiper.css"
],
"license": "MIT"
}

0 comments on commit 87ca635

Please sign in to comment.