Merge pull request #686 from alisabzevari/patch-1

Create materialize@0.97.3.json to fix issue #680
This commit is contained in:
Guy Bedford
2015-12-17 22:41:13 +02:00
@@ -0,0 +1,16 @@
{
"main": "js/materialize",
"shim": {
"js/materialize": {
"deps": [
"jquery",
"../css/materialize.css!"
],
"exports": "$"
}
},
"dependencies": {
"jquery": "github:components/jquery",
"css": "github:systemjs/plugin-css"
}
}