Merge pull request #892 from InfomediaLtd/master
Added a flag to avoid the following error when installing npm:materia…
This commit is contained in:
@@ -5,13 +5,14 @@
|
|||||||
"jquery": "github:components/jquery",
|
"jquery": "github:components/jquery",
|
||||||
"css": "github:systemjs/plugin-css"
|
"css": "github:systemjs/plugin-css"
|
||||||
},
|
},
|
||||||
"shim": {
|
"shim": {
|
||||||
"dist/js/materialize": {
|
"dist/js/materialize": {
|
||||||
"deps": [
|
"deps": [
|
||||||
"jquery",
|
"jquery",
|
||||||
"../css/materialize.css!"
|
"../css/materialize.css!"
|
||||||
],
|
],
|
||||||
"exports": "$"
|
"exports": "$"
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"jspmNodeConversion": false
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user