Skip to content
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.

Commit

Permalink
Fix invalid metadata: add ignore to bower.json
Browse files Browse the repository at this point in the history
Bower complains about a non-existent `ignore` parameter in the `bower.json`
configuration. Added an empty array for now, but it seems like eventually it
might be better to ignore the example HTML files in the Github repo.
  • Loading branch information
geoffharcourt committed Jul 9, 2014
1 parent eee4060 commit 54d5c3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@
"main": "jquery.sticky.js",
"dependencies": {
"jquery": null
}
},
"ignore": []
}

0 comments on commit 54d5c3b

Please sign in to comment.