Skip to content

Commit 4e5a118

Browse files
committed
Fixing bug with bootstrap-sass.
Newer versions of bootstrap-sass-official are not compatible with the version of sass used in this project as it includes changes to the way division works. This issue is documented in these issues; twbs/bootstrap-sass#1231 and twbs/bootstrap-sass#1230. Making the version of bootstrap-sass required more specific stops the breaking upgrade.
1 parent b33ce2e commit 4e5a118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"dependencies": {
55
"angular": "1.5.9",
6-
"bootstrap-sass-official": "^3.3.7",
6+
"bootstrap-sass-official": "~3.3.7",
77
"angular-animate": "1.5.9",
88
"angular-messages": "~1.5.9",
99
"angular-route": "~1.5.9",

0 commit comments

Comments
 (0)