gajus / redux-immutable

redux-immutable is used to create an equivalent function of Redux combineReducers that works with Immutable.js state.
Other
1.88k stars 82 forks source link

Make immutable a peer and dev dependency #16

Closed gaearon closed 8 years ago

gaearon commented 8 years ago

I believe it should be a peer to avoid dragging in two versions of Immutable at the same time. With npm@3, peers are not installed by default which ensures this wouldn't happen. Since this library is more like a plugin for Immutable and Redux, I think this makes more sense.