add jquery dependency

This commit is contained in:
Guy Bedford
2013-08-22 18:54:23 +02:00
parent eb93b89656
commit ea5bc2e3cf
+1 -1
View File
@@ -6,6 +6,6 @@
"bootstrap": {
"location": "github:twbs/bootstrap",
"main": "dist/js/bootstrap",
"depends": ["../css/bootstrap.css!"]
"depends": ["../css/bootstrap.css!", "jquery"]
}
}