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
commit 472cb85b82
1 changed files with 8 additions and 6 deletions

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": "*"
}
}
}