Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Bedford <guybedford@gmail.com>2015-03-18 13:59:55 +0300
committerGuy Bedford <guybedford@gmail.com>2015-03-18 13:59:55 +0300
commit09ccd432b816960407fc62c777cb7910ec3129dd (patch)
tree387bf71134fc2a389816040f40c4146309c8f043 /package.json
parentf5250d0a0e2a7cfed77f55654027ff151ebe5aeb (diff)
update jspm configuration
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 2 insertions, 8 deletions
diff --git a/package.json b/package.json
index 5bfb38673d..d7940d290e 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"]
}
}