Pull select2 via npm instead of bower. Fix some bootstrap resource links that I managed to screw up lately.

This commit is contained in:
László Monda
2016-03-22 22:43:03 +01:00
parent 9f87567cf6
commit adbf5a568d
7 changed files with 12 additions and 14 deletions

View File

@@ -17,6 +17,7 @@
},
"dependencies": {
"bootstrap": "^3.3.6",
"jquery": "^2.2.2"
"jquery": "^2.2.2",
"select2": "^4.0.2"
}
}