rt2zz / redux-persist-immutable

Redux Persist Immutable
MIT License
114 stars 31 forks source link

Immutablejs as peerDependency #2

Open ntucker opened 7 years ago

ntucker commented 7 years ago

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.

rt2zz commented 7 years ago

👍

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.