add jquery as a bootstrap dependency

This commit is contained in:
guybedford
2015-04-07 14:20:27 +02:00
parent 655985cae3
commit ca394b59c8
@@ -2,9 +2,12 @@
"main": "js/bootstrap",
"shim": {
"js/bootstrap": {
"deps": "jquery",
"deps": ["jquery"],
"exports": "$"
}
},
"dependencies": {
"jquery": "github:components/jquery"
},
"files": ["css", "fonts", "js"]
}