From 0f032d2377989377e5250be111847c2c3ee250fb Mon Sep 17 00:00:00 2001 From: Frane Date: Tue, 11 Aug 2015 17:00:09 +0200 Subject: [PATCH] Update bower.json to add dependency on https://github.com/fyockm/bootstrap-css-only which hold bootstrap.css --- bower.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 880b351..d781b71 100644 --- a/bower.json +++ b/bower.json @@ -14,6 +14,7 @@ "version": "0.13.3", "main": ["./ui-bootstrap-tpls.js"], "dependencies": { - "angular": ">=1.3.0" + "angular": ">=1.3.0", + "bootstrap-css-only": ">=2.0.0" } }