gerhat / material-ui-formik-components

Formik ready material ui components
MIT License
85 stars 13 forks source link

Add optional dependencies to package.json #33

Closed depiction closed 4 years ago

depiction commented 4 years ago

The documentation says that the following packages are optional:

However, in package.json, the above packages are listed in peerDependencies. If they are optional, they should be listed in optionalDependencies.(https://docs.npmjs.com/files/package.json#optionaldependencies)

gerhat commented 4 years ago

@depiction you are totally right. I didn't know optionalDependencies existed. Thank you for letting me know. Version 0.7.1 contains this change.