Skip to content

Commit

Permalink
Update dependencies + fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
djibe committed Apr 14, 2020
1 parent 9bd9574 commit cd53975
Show file tree
Hide file tree
Showing 10 changed files with 1,089 additions and 2,796 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
"spaced-comment": "error",
"strict": "error",
"symbol-description": "error",
"template-curly-spacing": "error",
"template-curly-spacing": "off",
"template-tag-spacing": "error",
"unicode-bom": "error",
"valid-jsdoc": "error",
Expand Down
2 changes: 1 addition & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}
],
"font-family-no-missing-generic-family-keyword": [ true, {
"ignoreValues": [
"ignoreFontFamilies": [
"Material Icons"
]
}],
Expand Down
2 changes: 1 addition & 1 deletion build/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
"spaced-comment": "error",
"strict": "error",
"symbol-description": "error",
"template-curly-spacing": "error",
"template-curly-spacing": "off",
"template-tag-spacing": "error",
"unicode-bom": "error",
"valid-jsdoc": "error",
Expand Down
2 changes: 1 addition & 1 deletion build/.stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}
],
"font-family-no-missing-generic-family-keyword": [ true, {
"ignoreValues": [
"ignoreFontFamilies": [
"Material Icons"
]
}],
Expand Down
18 changes: 5 additions & 13 deletions js/material.js

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

2 changes: 1 addition & 1 deletion js/material.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/material.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/material.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit cd53975

Please sign in to comment.