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:
14
package.json
14
package.json
@@ -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"
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user