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
18 lines
331 B
JSON
18 lines
331 B
JSON
{
|
|
"format": "global",
|
|
"main": "dist/js/materialize",
|
|
"dependencies": {
|
|
"jquery": "npm:jquery",
|
|
"css": "github:systemjs/plugin-css"
|
|
},
|
|
"shim": {
|
|
"dist/js/materialize": {
|
|
"deps": [
|
|
"jquery",
|
|
"../css/materialize.css!"
|
|
],
|
|
"exports": "$"
|
|
}
|
|
},
|
|
"jspmNodeConversion": false
|
|
} |