banderson / generator-redux

CLI tools for Redux: next-gen functional Flux/React with devtools
252 stars 36 forks source link

Fix incorrect dep format in package.json #31

Closed geekjuice closed 8 years ago

geekjuice commented 8 years ago

Fixes the issue where the deps in package.json would output an array rather than an object.

Closes #30

banderson commented 8 years ago

:+1: