1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 03:11:19 +02:00

Merge pull request #17270 from jdanyow/patch-1

Update jspm package configuration
This commit is contained in:
Chris Rebert
2015-10-01 10:30:56 -07:00

View File

@@ -79,16 +79,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": "*"
}
}
}