Bower: add empty ignore entry. Fixes #991

This commit is contained in:
Mottie 2015-08-13 14:03:49 -05:00
parent e3f51f8ad7
commit 939f309cad

View File

@ -1,9 +1,12 @@
{ {
"name": "tablesorter", "name": "tablesorter",
"description": "tablesorter (FORK) is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data including linked data in a cell.",
"dependencies": { "dependencies": {
"jquery": ">=1.2.6" "jquery": ">=1.2.6"
}, },
"main": [ "main": [
"dist/js/jquery.tablesorter.combined.js" "dist/js/jquery.tablesorter.combined.js",
] "dist/css/theme.blue.css"
],
"ignore": []
} }