redux-tiny-router
redux-tiny-router copied to clipboard
Fix state mutation in reducer
This was logging a warning when paired with
redux-immutable-state-invariant
. This also builds the file on
postinstall
so npm link (and installing from a fork) works.
Also adds node_modules and bin to .gitignore since it seems like those shouldn't be checked in.