Resolves #754 changes in distributables for bower

This commit is contained in:
Kevin Ross 2015-12-03 10:01:10 -06:00
parent 70cc7a46a5
commit f60db9fd8a
2 changed files with 3 additions and 7 deletions

View File

@ -6,14 +6,10 @@
], ],
"description": "Material Design theme for Bootstrap 3", "description": "Material Design theme for Bootstrap 3",
"main": [ "main": [
"dist/css/material.css", "dist/css/bootstrap-material-design.css",
"dist/js/material.js", "dist/js/material.js",
"dist/css/ripples.css", "dist/css/ripples.css",
"dist/js/ripples.js", "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"
], ],
"ignore": [ "ignore": [
"test", "test",

View File

@ -1,6 +1,6 @@
{ {
"name": "bootstrap-material-design", "name": "bootstrap-material-design",
"version": "0.5.1", "version": "0.5.2",
"description": "Material Design for Bootstrap 3", "description": "Material Design for Bootstrap 3",
"main": "scripts/index.js", "main": "scripts/index.js",
"scripts": { "scripts": {