updated bootstrap dependency inside bower.json

This commit is contained in:
Sergey Khval 2016-03-18 21:30:31 +03:00
parent 29aa28b26e
commit 23971a792e

View File

@ -36,7 +36,9 @@
"tether": "^1.1"
},
"dependencies": {
"bootstrap": "~4.0.0-alpha.2",
"tether": "^1.1"
},
"devDependencies": {
"bootstrap": "v4-dev"
}
}