From 5493973d309b5839c8439d5c99b777c59a098f04 Mon Sep 17 00:00:00 2001 From: Candid Dauth Date: Wed, 5 Oct 2016 12:43:55 +0300 Subject: [PATCH] Kick out table sorter from dependencies, is not used --- frontend/bower.json | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/bower.json b/frontend/bower.json index 23a3c84a..51650088 100644 --- a/frontend/bower.json +++ b/frontend/bower.json @@ -16,7 +16,6 @@ "dependencies": { "angular": "^1.5.8", "async": "^2.0.1", - "tablesorter": "jquery.tablesorter#^2.25.4", "marked": "^0.3.6", "angular-ui-sortable": "^0.14.3", "FileSaver": "https://raw.githubusercontent.com/eligrey/FileSaver.js/master/FileSaver.js",