diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-04-07 11:42:18 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2017-04-07 11:42:18 +0200 |
commit | 68e876d1121a04fa4fa7e3882c94bbe8e5005c15 (patch) | |
tree | 55f5c5fe4244a9d39df1cf0ee59653f6d8970c0d /bower.json | |
parent | Python >= 3.5 (diff) | |
parent | bootstrap is no longer deployed as a submodule (diff) | |
download | newspipe-68e876d1121a04fa4fa7e3882c94bbe8e5005c15.tar.gz newspipe-68e876d1121a04fa4fa7e3882c94bbe8e5005c15.tar.bz2 newspipe-68e876d1121a04fa4fa7e3882c94bbe8e5005c15.zip |
Merge branch 'master' into bookmark
Diffstat (limited to 'bower.json')
-rw-r--r-- | bower.json | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,6 +12,7 @@ "dependencies": { "datatables.net": "^1.10.12", "datatables.net-dt": "^1.10.12", - "datatables.net-bs": "^1.10.12" + "datatables.net-bs": "^1.10.12", + "bootstrap": "^3.3.7" } } |