From 939f309cadc3dfe1e650005cd2d3cae60f638149 Mon Sep 17 00:00:00 2001 From: Mottie Date: Thu, 13 Aug 2015 14:03:49 -0500 Subject: [PATCH] Bower: add empty ignore entry. Fixes #991 --- bower.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index faf100ef..4d468892 100644 --- a/bower.json +++ b/bower.json @@ -1,9 +1,12 @@ { "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": { "jquery": ">=1.2.6" }, "main": [ - "dist/js/jquery.tablesorter.combined.js" - ] + "dist/js/jquery.tablesorter.combined.js", + "dist/css/theme.blue.css" + ], + "ignore": [] }