Skip to content

Commit

Permalink
chore(all): release
Browse files Browse the repository at this point in the history
removed dialog js upgrade
  • Loading branch information
genadis committed Feb 15, 2016
1 parent 78a078e commit 612574c
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions dist/amd/mdl.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/amd/mdl.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/commonjs/mdl.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/commonjs/mdl.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/es6/mdl.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ let mdlTypes = {
fct: [manageRipple]
},
dialog: {
js: ['MaterialDialog'],
html: ['mdl-dialog', 'mdl-js-dialog'],
js: [],
html: ['mdl-dialog'],
fct: []
},
'mega-footer': {
Expand Down
4 changes: 2 additions & 2 deletions dist/system/mdl.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/system/mdl.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-mdl",
"version": "0.2.0",
"version": "0.2.1",
"description": "Aurelia wrapper for Material Design Lite.",
"keywords": [
"aurelia",
Expand Down
4 changes: 2 additions & 2 deletions src/mdl.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ let mdlTypes = {
fct: [manageRipple]
},
dialog: {
js: ['MaterialDialog'],
html: ['mdl-dialog', 'mdl-js-dialog'],
js: [],
html: ['mdl-dialog'],
fct: []
},
'mega-footer': {
Expand Down

0 comments on commit 612574c

Please sign in to comment.