add bootstrap dependency fixes #606

This commit is contained in:
Alex Baldwin 2015-08-19 21:54:49 -04:00
parent 09cbb7fdaf
commit 03e799cfc0

View File

@ -43,6 +43,7 @@
],
"license": "https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md",
"dependencies": {
"jquery": "~2.1.1"
"jquery": "~2.1.1",
"bootstrap": "~3.3.5"
}
}