Skip to content

Commit 36e266c

Browse files
committed
changed bootstrap to a stable build
as stated here twbs/bootstrap#17021 "This is the primary pull request for developing and shipping Bootstrap 4". Pointing bower to v4-dev branch was causing lot of problems, cause during development it's heavily changed and compatibility with current Alpha docs was broken.
1 parent 055b019 commit 36e266c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"devDependencies": {},
55
"dependencies": {
66
"animate.css": "~3.4.0",
7-
"bootstrap": "https://github.com/twbs/bootstrap.git#v4-dev",
7+
"bootstrap": "v4.0.0-alpha.2",
88
"font-awesome": "~4.3.0",
99
"jquery": "~2.1.4",
1010
"jquery-flot": "~0.8.3",

0 commit comments

Comments
 (0)