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
12 lines
253 B
JSON
12 lines
253 B
JSON
{
|
|
"registry": "jspm",
|
|
"format": "global",
|
|
"files": ["dist/*","css/*","js/*","less/*","sass/*"],
|
|
"dependencies": {
|
|
"jquery": "npm:jquery"
|
|
},
|
|
"shim":{
|
|
"js/bootstrap-slider": ["jquery"],
|
|
"dist/bootstrap-slider.min": ["jquery"]
|
|
}
|
|
} |