diff --git a/bower.json b/bower.json index d4f45d43..2da05081 100644 --- a/bower.json +++ b/bower.json @@ -7,8 +7,20 @@ ], "description": "Material Design theme for Bootstrap 3", "main": [ - "dist/css/material.css", - "dist/js/material.js" + "dist/css/material.css", + "dist/js/material.js" + ], + "ignore": [ + "test", + "screenshots", + "demo", + ".editorconfig", + ".gitignore", + ".jshintrc", + ".travis.yml", + "CONTRIBUTING.md", + "Gruntfile.json", + "index.html" ], "keywords": [ "material", diff --git a/compile.json b/compile.json deleted file mode 100644 index c2640a43..00000000 --- a/compile.json +++ /dev/null @@ -1 +0,0 @@ -{ "less": [] }