Merge pull request #764 from clintharris/master

Add Materialize 0.97.5 package overrides
This commit is contained in:
Guy Bedford
2016-02-25 21:47:25 +02:00
@@ -0,0 +1,17 @@
{
"main": "js/materialize",
"format": "global",
"registry": "github",
"shim": {
"js/materialize": {
"deps": [
"jquery",
"../css/materialize.css!"
]
}
},
"dependencies": {
"jquery": "github:components/jquery",
"css": "github:systemjs/plugin-css"
}
}