mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Merge pull request #17270 from jdanyow/patch-1
Update jspm package configuration
This commit is contained in:
commit
472cb85b82
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…
x
Reference in New Issue
Block a user