mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
include jspm package configuration
This commit is contained in:
parent
fa710fdb09
commit
ac6cfbbaad
1 changed files with 11 additions and 0 deletions
11
package.json
11
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 }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue