From e63ef76a9b2fff9294af5f0356c16dd774178a94 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 30 Jan 2017 14:41:37 +0100 Subject: [PATCH] Replace bootstrap 3 with v4.0.0 alpha --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index c92757dea..93adb0c09 100644 --- a/bower.json +++ b/bower.json @@ -42,6 +42,6 @@ "alertifyjs": "^1.0.11", "spin.js": "^2.3.2", "scrypt-async": "^1.2.0", - "bootstrap": "^3.3.7" + "bootstrap": "#v4.0.0-alpha.6" } }