diff options
| author | Chris Rebert <[email protected]> | 2015-03-18 22:04:54 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-03-18 22:04:54 -0700 |
| commit | cb4144af85e572be5b56ac458eaea8122aa5c82e (patch) | |
| tree | 387bf71134fc2a389816040f40c4146309c8f043 | |
| parent | f5250d0a0e2a7cfed77f55654027ff151ebe5aeb (diff) | |
| parent | 09ccd432b816960407fc62c777cb7910ec3129dd (diff) | |
| download | bootstrap-cb4144af85e572be5b56ac458eaea8122aa5c82e.tar.xz bootstrap-cb4144af85e572be5b56ac458eaea8122aa5c82e.zip | |
Merge pull request #16101 from guybedford/master
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"] } } |
