Skip to content

Commit

Permalink
Bower should not install the whole repository...
Browse files Browse the repository at this point in the history
  • Loading branch information
tuupola committed Oct 26, 2013
1 parent 0b7c394 commit f75ab4c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
],
"description": "Simple chained selects with jQuery or Zepto.",
"main": [
"jquery.chained.min.js",
"jquery.chained.remote.min.js"
"jquery.chained.js",
"jquery.chained.remote.js"
],
"keywords": [
"jquery",
Expand All @@ -18,6 +18,11 @@
"license": "MIT",
"ignore": [
"**/.*",
"**/*.php",
"**/*.html",
"**/*.markdown",
"chained.jquery.json",
"package.json",
"node_modules",
"bower_components",
"test"
Expand Down

0 comments on commit f75ab4c

Please sign in to comment.