clbond / ng2-redux-form

Connect Angular 2 forms to Redux stores
17 stars 7 forks source link

Clean up some peer dependency warnings #4

Closed SethDavenport closed 7 years ago

SethDavenport commented 7 years ago

We don't need to transitively list rxjs and zone as peer deps: Angular itself lists them as such. We've cleaned this up in ng2-redux too.

Since this can be used with a raw Redux store, do we need Ng2 Redux to be a peer dep?

Fixed a typo in the readme.

clbond commented 7 years ago

Hm, I think you are right about the ng2-redux peer dep. Thank you for the PR Seth! Merged