aboutsummaryrefslogtreecommitdiff
path: root/bower.json
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2017-04-07 11:38:39 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2017-04-07 11:38:39 +0200
commitad952a580874f47b4261cedb33c8ccdec8197ece (patch)
treeef9105e2060d4f37a4a405b5542a0ee5b8097223 /bower.json
parentHeroku Button will not work with repos that have Git submodules. Heroku Butto... (diff)
downloadnewspipe-ad952a580874f47b4261cedb33c8ccdec8197ece.tar.gz
newspipe-ad952a580874f47b4261cedb33c8ccdec8197ece.tar.bz2
newspipe-ad952a580874f47b4261cedb33c8ccdec8197ece.zip
bootstrap is no longer deployed as a submodule
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/bower.json b/bower.json
index cf816f65..56d4ff1d 100644
--- a/bower.json
+++ b/bower.json
@@ -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"
}
}
bgstack15