jspm 0.17 bootstrap override adjustments

This commit is contained in:
Guy Bedford
2015-11-27 16:15:13 +02:00
parent d2557324b3
commit a84b1a62a8
@@ -9,5 +9,16 @@
"dependencies": {
"jquery": "github:components/jquery"
},
"files": ["css", "fonts", "js"]
}
"files": ["dist", "fonts", "js", "less", "grunt", "LICENSE"],
"systemjs": {
"main": "dist/js/bootstrap.js",
"modules": {
"dist/js/bootstrap.js": {
"deps": [
"jquery"
],
"exports": "$"
}
}
}
}