From 4a81ef6e82ce0e419acd5c327b4e2eeb9e25a804 Mon Sep 17 00:00:00 2001 From: JD-Robbs Date: Sat, 30 Jan 2016 15:41:20 +0000 Subject: [PATCH] Fix bootstrap dependency --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 74f11390..517213de 100644 --- a/bower.json +++ b/bower.json @@ -36,7 +36,7 @@ "tether": "^1.1" }, "dependencies": { - "bootstrap": "git@github.com:twbs/bootstrap.git#v4-dev", + "bootstrap": "4.0.0-alpha.2", "tether": "^1.1" } }