anorudes / redux-easy-boilerplate

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

Re-add history devDependency #63

Closed johnBartos closed 8 years ago

johnBartos commented 8 years ago

history was removed in https://github.com/anorudes/redux-easy-boilerplate/commit/f56d2da794b70270328920e6bf0937a7719922d5 but use of it was re-added in https://github.com/anorudes/redux-easy-boilerplate/commit/1558c1c4764070c5f6b021e8517d097b57edc3bb without re-adding history as a devDependency

this causes ERROR in ./src/index.js Module not found: Error: Cannot resolve module 'history' in C:\code\redux-easy-b oilerplate\src @ ./src/index.js 15:15-3

to be thrown when npm-start is run

This pr adds it back

anorudes commented 8 years ago

Thanks, @johnBartos :+1: