The entire repo is nearly 30MB, this change means we only include the relevant parts in `jspm_packages`.
20 lines
322 B
JSON
20 lines
322 B
JSON
{
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"main": "dist/js/materialize",
|
|
"shim": {
|
|
"dist/js/materialize": {
|
|
"deps": [
|
|
"jquery",
|
|
"../css/materialize.css!"
|
|
],
|
|
"exports": "$"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"jquery": "github:components/jquery",
|
|
"css": "github:systemjs/plugin-css"
|
|
}
|
|
}
|