From: Guy Bedford Date: Tue, 26 Nov 2013 10:10:06 +0000 (+0200) Subject: include jspm package configuration X-Git-Tag: v3.0.3~16^2~7^2^2~2^2~2^2~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac6cfbbaad65a773590c61b82179d3b21c835338;p=thirdparty%2Fbootstrap.git include jspm package configuration --- diff --git a/package.json b/package.json index 12df3477c7..009b7bf583 100644 --- a/package.json +++ b/package.json @@ -37,4 +37,15 @@ , "grunt-sed": "~0.1.1" , "regexp-quote": "~0.0.0" } + , "jspm": { + "main": "js/bootstrap" + , "directories": { "lib": "dist" } + , "shim": { + "js/bootstrap": { + "imports": "jquery" + , "exports": "$" + } + } + , "buildConfig": { "uglify": true } + } }