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
24 lines
490 B
JSON
24 lines
490 B
JSON
{
|
|
"main": "jquery.mCustomScrollbar.js",
|
|
"files": [
|
|
"jquery.mCustomScrollbar.concat.min.js",
|
|
"jquery.mCustomScrollbar.css",
|
|
"jquery.mCustomScrollbar.js",
|
|
"jquery.mCustomScrollbar.min.css",
|
|
"mCSB_buttons.png"
|
|
],
|
|
"registry": "jspm",
|
|
"format": "global",
|
|
"dependencies": {
|
|
"jquery": "npm:jquery"
|
|
},
|
|
"shim": {
|
|
"jquery.mCustomScrollbar": {
|
|
"deps": ["jquery"]
|
|
},
|
|
"jquery.mCustomScrollbar.concat.min": {
|
|
"deps": ["jquery"]
|
|
}
|
|
}
|
|
}
|