diff options
| author | Guy Bedford <[email protected]> | 2015-03-18 12:59:55 +0200 |
|---|---|---|
| committer | Guy Bedford <[email protected]> | 2015-03-18 12:59:55 +0200 |
| commit | 09ccd432b816960407fc62c777cb7910ec3129dd (patch) | |
| tree | 387bf71134fc2a389816040f40c4146309c8f043 | |
| parent | f5250d0a0e2a7cfed77f55654027ff151ebe5aeb (diff) | |
| download | bootstrap-09ccd432b816960407fc62c777cb7910ec3129dd.tar.xz bootstrap-09ccd432b816960407fc62c777cb7910ec3129dd.zip | |
update jspm configuration
| -rw-r--r-- | package.json | 10 |
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"] } } |
