jquery-ui has been updated in the regristry to point to npm:jquery-ui instead of github:components/jqueryui. Further, package-overrides that pointed at the github:components version of both jquery-ui and jquery have been updated to rely on the npm version of the package. Fixes #1008
22 lines
285 B
JSON
22 lines
285 B
JSON
{
|
|
"main": "js/bootstrap",
|
|
"files": null,
|
|
"ignore": [
|
|
"dist/js/npm"
|
|
],
|
|
"directories": {
|
|
"lib": "dist"
|
|
},
|
|
"shim": {
|
|
"js/bootstrap": {
|
|
"deps": [
|
|
"jquery"
|
|
],
|
|
"exports": "$"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"jquery": "npm:jquery"
|
|
}
|
|
}
|