angular-redux / ng-redux

Angular bindings for Redux
MIT License
1.16k stars 177 forks source link

chore(build): makes redux a peerDependency #184

Closed deini closed 6 years ago

deini commented 6 years ago

BREAKING CHANGE: we aren't including redux to our umd build anymore.

Also added back the umd (dist) build since we still need to support it, but it will be .gitignored

Added some bower support workaround in Readme

Closes https://github.com/angular-redux/ng-redux/issues/70

AntJanus commented 6 years ago

This is great!