From bc26f67edbc739964c1aa3ab96b56e8a4f73122a Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 19 Mar 2018 16:45:36 +0100 Subject: [PATCH] Use stable bootstrap --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 7bf775e64..f9ee60c20 100644 --- a/bower.json +++ b/bower.json @@ -38,7 +38,7 @@ "scrypt-async": "1.2.0", "require-css": "0.1.10", "less": "^2.7.2", - "bootstrap": "#v4.0.0-alpha.6", + "bootstrap": "^v4.0.0", "diff-dom": "2.1.1", "nthen": "^0.1.5", "open-sans-fontface": "^1.4.2", @@ -49,6 +49,6 @@ "sortablejs": "#^1.6.0" }, "resolutions": { - "bootstrap": "v4.0.0-alpha.6" + "bootstrap": "^v4.0.0" } }