We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e23df commit 11988f9Copy full SHA for 11988f9
bower.json
@@ -1,12 +1,15 @@
1
{
2
"name": "bootstrap-markdown",
3
"version": "2.10.0",
4
- "main": ["./js/bootstrap-markdown.js", "./css/bootstrap-markdown.min.css"],
+ "main": [
5
+ "./js/bootstrap-markdown.js",
6
+ "./css/bootstrap-markdown.min.css"
7
+ ],
8
"license": "Apache-2.0",
9
"dependencies": {
- "bootstrap": "~3"
10
+ "bootstrap": "v4.0.0-alpha.6"
11
},
12
"devDependencies": {
- "markdown":"~0.4.0"
13
+ "markdown": "~0.4.0"
14
}
15
0 commit comments