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
19 lines
322 B
JSON
19 lines
322 B
JSON
{
|
|
"main": "jquery.layout.js",
|
|
"registry": "jspm",
|
|
"directories": {
|
|
"lib": "source/stable"
|
|
},
|
|
"dependencies": {
|
|
"jquery": "npm:jquery",
|
|
"jquery-ui": "npm:jquery-ui"
|
|
},
|
|
"shim": {
|
|
"jquery-ui-layout": {
|
|
"deps": ["jquery","jquery-ui"]
|
|
}
|
|
}
|
|
}
|
|
|
|
|