Files
jspm-registry/package-overrides/github/Dogfalo/materialize@0.96.1.json
T
Greg Smith b676c23d92 Migrates jquery-ui to npm package
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
2016-12-03 10:45:45 -08:00

17 lines
279 B
JSON

{
"main": "dist/js/materialize",
"shim": {
"dist/js/materialize": {
"deps": [
"jquery",
"../css/materialize.css!"
],
"exports": "$"
}
},
"dependencies": {
"jquery": "npm:jquery",
"css": "github:systemjs/plugin-css"
}
}