Skip to content

Commit

Permalink
removed dist directory from bower.json, upgraded mocha-jsom, bumped v…
Browse files Browse the repository at this point in the history
…ersion number
  • Loading branch information
Andres Morey committed Jun 28, 2015
1 parent 8a9b512 commit 45dfd7d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# MUI Changelog

## 0.1.15 - June 28, 2015

* Removed ignore 'dist' directory from bower.json

## 0.1.14 - June 27, 2015

* Added support for label wrapping to mui-form-group via data-attribute
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"Andres Morey <andres@muicss.com>"
],
"homepage": "https://www.muicss.com",
"description": "MUI is a lightweight HTML/CSS/JS framework that follows Google's Material Design guidelines.",
"main": [
"src/sass/mui.scss",
"src/sass/mui/_colors.scss",
Expand All @@ -26,7 +27,6 @@
},
"ignore": [
"**/.*",
"dist",
"e2e-tests",
"examples",
"gulpfile.js",
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'muicss:mui',
version: '0.1.14',
version: '0.1.15',
// Brief, one-line summary of the package.
summary: 'MUI is a lightweight framework for sites that follow Google\'s Material Design guidelines',
// URL to the Git repository containing the source code for this package.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "muicss",
"version": "0.1.14",
"version": "0.1.15",
"repository": "https://github.com/muicss/mui",
"main": "js/mui.min.js",
"jspm": {
Expand All @@ -24,7 +24,7 @@
"gulp-uglify": "^1.2.0",
"jsdom": "3.1.2",
"mocha": "^2.2.4",
"mocha-jsdom": "^0.4.0",
"mocha-jsdom": "^0.5.0",
"reactify": "^1.1.0",
"streamqueue": "^1.1.0",
"stringify": "^3.1.0",
Expand Down

0 comments on commit 45dfd7d

Please sign in to comment.