diff --git a/bower.json b/bower.json index 3e36ff5b..b3d7990e 100644 --- a/bower.json +++ b/bower.json @@ -6,14 +6,10 @@ ], "description": "Material Design theme for Bootstrap 3", "main": [ - "dist/css/material.css", + "dist/css/bootstrap-material-design.css", "dist/js/material.js", "dist/css/ripples.css", - "dist/js/ripples.js", - "dist/fonts/Material-Design-Icons.eot", - "dist/fonts/Material-Design-Icons.svg", - "dist/fonts/Material-Design-Icons.ttf", - "dist/fonts/Material-Design-Icons.woff" + "dist/js/ripples.js" ], "ignore": [ "test", diff --git a/package.json b/package.json index db3d1494..e7cfdce8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-material-design", - "version": "0.5.1", + "version": "0.5.2", "description": "Material Design for Bootstrap 3", "main": "scripts/index.js", "scripts": {