1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 11:21:23 +02: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": { "jspm": {
"main": "js/bootstrap", "main": "js/bootstrap",
"ignore": ["dist/js/npm"],
"directories": {
"lib": "dist"
},
"shim": { "shim": {
"js/bootstrap": { "js/bootstrap": {
"deps": "jquery", "deps": ["jquery"],
"exports": "$" "exports": "$"
} }
}, },
"files": [ "dependencies": {
"css", "jquery": "*"
"fonts", }
"js"
]
} }
} }