diff --git a/package-overrides/github/twbs/bootstrap@3.3.4.json b/package-overrides/github/twbs/bootstrap@3.3.4.json index d69b932..b48966f 100644 --- a/package-overrides/github/twbs/bootstrap@3.3.4.json +++ b/package-overrides/github/twbs/bootstrap@3.3.4.json @@ -9,5 +9,16 @@ "dependencies": { "jquery": "github:components/jquery" }, - "files": ["css", "fonts", "js"] -} \ No newline at end of file + "files": ["dist", "fonts", "js", "less", "grunt", "LICENSE"], + "systemjs": { + "main": "dist/js/bootstrap.js", + "modules": { + "dist/js/bootstrap.js": { + "deps": [ + "jquery" + ], + "exports": "$" + } + } + } +}