Repository: incubator-blur Updated Branches: refs/heads/console-v2 5ccdd5e9e -> f27fbe181
Added the correct js dependency to bower.json Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/f27fbe18 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/f27fbe18 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/f27fbe18 Branch: refs/heads/console-v2 Commit: f27fbe181728c7c3f59603a1f89ef81267225eca Parents: 5ccdd5e Author: Chris Rohr <[email protected]> Authored: Sun Mar 30 20:53:29 2014 -0400 Committer: Chris Rohr <[email protected]> Committed: Sun Mar 30 20:53:29 2014 -0400 ---------------------------------------------------------------------- contrib/blur-console/ui/bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/f27fbe18/contrib/blur-console/ui/bower.json ---------------------------------------------------------------------- diff --git a/contrib/blur-console/ui/bower.json b/contrib/blur-console/ui/bower.json index 23cd132..bd51dd3 100644 --- a/contrib/blur-console/ui/bower.json +++ b/contrib/blur-console/ui/bower.json @@ -2,7 +2,7 @@ "name": "ui", "private": true, "dependencies": { - "sass-bootstrap": "3.0.2", + "twbs-bootstrap-sass": "3.1.1", "modernizr": "2.7.1", "jquery": "1.11.0", "flot":"0.8.2"
