From 9da00b7d4a170ddaeb86382b081bdc07030e01c1 Mon Sep 17 00:00:00 2001 From: Krzysztof Piasecki Date: Wed, 6 Jan 2016 23:09:41 +0100 Subject: [PATCH] Freeze datatable-responsive dependency Patch version 1.0.7 of datatables-responsive library breaks backward compatibility. There is no css distribution files and they are renamed. https://github.com/DataTables/Responsive/issues/45 --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 7ddba3f..4773890 100644 --- a/bower.json +++ b/bower.json @@ -34,7 +34,7 @@ "holderjs": "~2.4.1", "metisMenu": "~1.1.3", "morrisjs": "~0.5.1", - "datatables-responsive": "~1.0.3", + "datatables-responsive": "1.0.6", "bootstrap-social": "~4.8.0", "flot.tooltip": "~0.8.4" }