Skip to content

Commit

Permalink
Merge pull request #151 from angular-redux/docs/bower-deprecation
Browse files Browse the repository at this point in the history
Bower deprecation notice
  • Loading branch information
AntJanus authored Aug 22, 2017
2 parents c76d646 + 540b20f commit 598f58b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ For Angular 2 see [ng2-redux](https://github.com/wbuchwalter/ng2-redux).
```js
npm install --save ng-redux
```
#### bower
#### bower (deprecated)
**Warning!** ng-redux will stop being published to bower when version 4.0.0 hits. Bower recommends using yarn and webpack as an alternative for new projects.

```js
bower install --save ng-redux
```
Expand Down

0 comments on commit 598f58b

Please sign in to comment.