0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Update jspm package configuration

Related to https://github.com/jspm/registry/pull/534
This commit is contained in:
Jeremy Danyow 2015-08-24 07:44:30 -04:00
parent c8ab0a56c2
commit 1ba4577cc6

View File

@ -82,16 +82,18 @@
],
"jspm": {
"main": "js/bootstrap",
"ignore": ["dist/js/npm"],
"directories": {
"lib": "dist"
},
"shim": {
"js/bootstrap": {
"deps": "jquery",
"deps": ["jquery"],
"exports": "$"
}
},
"files": [
"css",
"fonts",
"js"
]
"dependencies": {
"jquery": "*"
}
}
}