Update bootstrap@3.1.0.json

This commit is contained in:
Guy Bedford
2014-05-22 14:30:26 -07:00
parent 6b8f59157d
commit 32cfee7935
@@ -1,11 +1,12 @@
{ {
"registry": "jspm", "registry": "jspm",
"dependencies": { "dependencies": {
"jquery": "*" "jquery": "*",
"css": "*"
}, },
"shim": { "shim": {
"js/bootstrap": { "js/bootstrap": {
"deps": ["jquery"], "deps": ["jquery", "css"],
"exports": "$" "exports": "$"
} }
} }