bentatum / better-react-spinkit

A collection of loading indicators for React
http://better-react-spinkit.benjamintatum.com/
ISC License
185 stars 25 forks source link

inline-style-prefixer should be a dependency, not devdependency #5

Closed jonathan-stone closed 7 years ago

jonathan-stone commented 7 years ago

Getting "missing peer dependency" of inline-style-prefixer in npm install, and webpack build fails on an import of inline-style-prefixer.

Adding inline-style-prefixer as a dependency in my project's package.json fixes the issue, so I assume it should be a dependency in its own project.

Will create a PR if I get a chance.

raffihsieh commented 7 years ago

I've created a PR here: https://github.com/bentatum/better-react-spinkit/pull/6

bentatum commented 7 years ago

Thanks @raffihsieh