From: Guy Bedford Date: Wed, 18 Mar 2015 10:59:55 +0000 (+0200) Subject: update jspm configuration X-Git-Tag: v3.3.5~203^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09ccd432b816960407fc62c777cb7910ec3129dd;p=thirdparty%2Fbootstrap.git update jspm configuration --- 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"] } }