Skip to content

Commit

Permalink
Update to [email protected].
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed Dec 10, 2017
1 parent 47905c0 commit f625f86
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Material Design Icons for Material-UI
[![npm](https://img.shields.io/npm/v/mdi-material-ui.svg)](https://www.npmjs.com/package/mdi-material-ui)
[![Material Design Icons version](https://img.shields.io/badge/mdi-v2.0.46-blue.svg)](https://github.com/Templarian/MaterialDesign-SVG/)
[![Material Design Icons version](https://img.shields.io/badge/mdi-v2.1.19-blue.svg)](https://github.com/Templarian/MaterialDesign-SVG/)

This module provides [Material-UI][material-ui] `<SvgIcon />` components for all
[Material Design Icons][md-icons]. This is pretty handy if you use React and Material-UI
Expand Down
2 changes: 1 addition & 1 deletion generate-module.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,4 @@ fse.writeFileSync(path.join(__dirname, 'package', 'package.json'), JSON.stringif
'bugs',
'homepage',
'peerDependencies'
])), 'utf-8')
]), null, 2), 'utf-8')
36 changes: 25 additions & 11 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"libxmljs": "^0.18.4",
"lodash.pick": "^4.4.0",
"material-ui": "^0.17.4",
"mdi-svg": "2.0.46",
"mdi-svg": "^2.1.19",
"pascal-case": "^1.1.2",
"postcss": "^5.2.6",
"postcss-url": "^5.1.2",
Expand Down

0 comments on commit f625f86

Please sign in to comment.