Skip to content

Commit

Permalink
Add empty ignore array to bower.json
Browse files Browse the repository at this point in the history
Bower throws a in “invalid-meta” warning saying “jquery-ui is missing
"ignore" entry in bower.json” when this array is not available.

Cf. <#37>

Addresses #37
  • Loading branch information
ltrebing committed Aug 8, 2014
1 parent fd092d7 commit 4fceb36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"main": [
"jquery-ui.js"
],
"ignore": [
],
"dependencies": {
"jquery": ">=1.6"
}
Expand Down

0 comments on commit 4fceb36

Please sign in to comment.