mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-07 22:40:59 +00:00
Merge pull request #17270 from jdanyow/patch-1
Update jspm package configuration
This commit is contained in:
commit
472cb85b82
1 changed files with 8 additions and 6 deletions
14
package.json
14
package.json
|
|
@ -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": "*"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue