aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-03-18 22:04:54 -0700
committerChris Rebert <[email protected]>2015-03-18 22:04:54 -0700
commitcb4144af85e572be5b56ac458eaea8122aa5c82e (patch)
tree387bf71134fc2a389816040f40c4146309c8f043
parentf5250d0a0e2a7cfed77f55654027ff151ebe5aeb (diff)
parent09ccd432b816960407fc62c777cb7910ec3129dd (diff)
downloadbootstrap-cb4144af85e572be5b56ac458eaea8122aa5c82e.tar.xz
bootstrap-cb4144af85e572be5b56ac458eaea8122aa5c82e.zip
Merge pull request #16101 from guybedford/master
Update jspm configuration
-rw-r--r--package.json10
1 files changed, 2 insertions, 8 deletions
diff --git a/package.json b/package.json
index 5bfb38673..d7940d290 100644
--- a/package.json
+++ b/package.json
@@ -76,18 +76,12 @@
],
"jspm": {
"main": "js/bootstrap",
- "directories": {
- "example": "examples",
- "lib": "dist"
- },
"shim": {
"js/bootstrap": {
- "imports": "jquery",
+ "deps": "jquery",
"exports": "$"
}
},
- "buildConfig": {
- "uglify": true
- }
+ "files": ["css", "fonts", "js"]
}
}