From 1cb9e29c879ff2c332ad2f967a0e710147c42732 Mon Sep 17 00:00:00 2001 From: Thomas Park Date: Thu, 22 Jan 2015 16:13:51 -0500 Subject: move bootstrap-sass-official to devDependencies, closes #380 --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 3b48fa96..f783c8f2 100644 --- a/bower.json +++ b/bower.json @@ -32,10 +32,10 @@ "*/index.html" ], "dependencies": { - "bootstrap": "~3.3.1", - "bootstrap-sass-official": "~3.3.1" + "bootstrap": "~3.3.1" }, "devDependencies": { + "bootstrap-sass-official": "~3.3.1", "font-awesome": "~4.0.0", "html5shiv": "~3.7.0", "respond": "~1.4.2" -- cgit v1.2.3