Skip to content

Commit 11988f9

Browse files
committed
Update bootstrap to BS4
1 parent 97e23df commit 11988f9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

bower.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"name": "bootstrap-markdown",
33
"version": "2.10.0",
4-
"main": ["./js/bootstrap-markdown.js", "./css/bootstrap-markdown.min.css"],
4+
"main": [
5+
"./js/bootstrap-markdown.js",
6+
"./css/bootstrap-markdown.min.css"
7+
],
58
"license": "Apache-2.0",
69
"dependencies": {
7-
"bootstrap": "~3"
10+
"bootstrap": "v4.0.0-alpha.6"
811
},
912
"devDependencies": {
10-
"markdown":"~0.4.0"
13+
"markdown": "~0.4.0"
1114
}
1215
}

0 commit comments

Comments
 (0)