redux-persist-immutable icon indicating copy to clipboard operation
redux-persist-immutable copied to clipboard

Immutablejs as peerDependency

Open ntucker opened this issue 9 years ago • 1 comments

I imagine anyone using this library will already be installing immutable.js so maybe you should have it as peerDependency so the same install is used in this package.

ntucker avatar Sep 16 '16 21:09 ntucker

👍

I have bad memories of peer deps from npm 2 days. But I suppose in this case, it would always be better to grab the peer dep than to end up with two versions of immutable.

rt2zz avatar Sep 16 '16 21:09 rt2zz