mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 11:21:23 +02:00
Merge pull request #17270 from jdanyow/patch-1
Update jspm package configuration
This commit is contained in:
14
package.json
14
package.json
@@ -79,16 +79,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"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user