Limit materialize to the dist directory

The entire repo is nearly 30MB, this change means we only include the
relevant parts in `jspm_packages`.
This commit is contained in:
Adam Fisher
2015-08-27 17:44:38 +01:00
parent 04c6ff9a7f
commit fdb5647d49
@@ -1,4 +1,7 @@
{
"files": [
"dist"
],
"main": "dist/js/materialize",
"shim": {
"dist/js/materialize": {