From 80c424bdc202f3474ab46d9bf56367ed7cedeab3 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Fri, 20 Feb 2015 12:43:09 +0000 Subject: [PATCH] Use bootstrap-sass as bootstrap-sass-official no longer works --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 2000da9c..24233d64 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "Cachet", "dependencies": { - "bootstrap-sass-official": "~3.3.1", + "bootstrap-sass": "~3.3.3", "humane-js": "~3.2.2", "ionicons": "~2.0.0", "jquery": "~2.1.1",