aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-03 22:31:50 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-03-03 22:31:50 +0100
commit842c15b0171573564b0472e8fc217e146254a7c8 (patch)
tree933e5d5ad51327620f6e6bde3d08975195ad4a46 /package.json
parentRemoved icons in menus. (diff)
downloadnewspipe-842c15b0171573564b0472e8fc217e146254a7c8.tar.gz
newspipe-842c15b0171573564b0472e8fc217e146254a7c8.tar.bz2
newspipe-842c15b0171573564b0472e8fc217e146254a7c8.zip
Various improvements for every views.
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index feccdfbe..099771b0 100644
--- a/package.json
+++ b/package.json
@@ -6,8 +6,7 @@
"dependencies": {
"bootstrap": "^4.4.1",
"datatables": "^1.10.18",
- "datatables.net": "^1.10.20",
- "datatables.net-bs": "^1.10.20",
+ "datatables.net-bs4": "^1.10.20",
"fork-awesome": "^1.1.7",
"jquery": "^3.4.1",
"lodash": "^4.17.15",
bgstack15