rt2zz / redux-persist-crosstab

Keep redux browser tab state in sync
85 stars 27 forks source link

The peerDependency should be inclusive #6

Closed aij closed 8 years ago

aij commented 8 years ago

This fixes the unsatisfiable peerDependency I changed yesterday... Derp.

rt2zz commented 8 years ago

👍 what do you think about making redux-persist a depedency instead of peer...

on one hand, it is technically ok for multiple versions of redux-persist to cooexist, on the other hand, this would almost never be the intention of the implementor...