anorudes / redux-easy-boilerplate

React redux easy boilerplate
MIT License
633 stars 123 forks source link

Move devDependencies to dependecies #2

Closed stefaneng closed 8 years ago

stefaneng commented 8 years ago

Move the front end dependencies out of devDependencies to be more consistent with other boilerplate code:

https://github.com/gaearon/react-hot-boilerplate/blob/master/package.json https://github.com/kriasoft/react-starter-kit/blob/master/package.json

If this is not wanted, feel free to close.

anorudes commented 8 years ago

stefaneng, you right! Thanks for help :)