Merge pull request #892 from InfomediaLtd/master

Added a flag to avoid the following error when installing npm:materia…
This commit is contained in:
Guy Bedford
2016-05-02 15:22:31 +02:00
@@ -5,13 +5,14 @@
"jquery": "github:components/jquery",
"css": "github:systemjs/plugin-css"
},
"shim": {
"dist/js/materialize": {
"deps": [
"jquery",
"../css/materialize.css!"
],
"exports": "$"
}
"shim": {
"dist/js/materialize": {
"deps": [
"jquery",
"../css/materialize.css!"
],
"exports": "$"
}
},
"jspmNodeConversion": false
}