Skip to content

Commit

Permalink
Merge pull request #30 from gion/patch-1
Browse files Browse the repository at this point in the history
Bower.json - main should not include both min and non-minified resources
  • Loading branch information
janpaepke committed Mar 25, 2014
2 parents 4961c32 + cc071ff commit 2187c12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"url": "http://www.janpaepke.de"
},
"main": [
"js/jquery.scrollmagic.js",
"js/jquery.scrollmagic.min.js"
"js/jquery.scrollmagic.js"
],
"dependencies": {
"jquery": "~1.11.0",
Expand Down

0 comments on commit 2187c12

Please sign in to comment.