aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Bedford <[email protected]>2015-03-18 12:59:55 +0200
committerGuy Bedford <[email protected]>2015-03-18 12:59:55 +0200
commit09ccd432b816960407fc62c777cb7910ec3129dd (patch)
tree387bf71134fc2a389816040f40c4146309c8f043
parentf5250d0a0e2a7cfed77f55654027ff151ebe5aeb (diff)
downloadbootstrap-09ccd432b816960407fc62c777cb7910ec3129dd.tar.xz
bootstrap-09ccd432b816960407fc62c777cb7910ec3129dd.zip
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"]
}
}