Skip to content

Commit cff581f

Browse files
committed
build(bower): Drop bower support and associated build chain
1 parent b4bc805 commit cff581f

File tree

7 files changed

+7
-6174
lines changed

7 files changed

+7
-6174
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,16 @@ For Angular 2 see [ng2-redux](https://github.com/wbuchwalter/ng2-redux).
2323

2424
## Installation
2525
#### npm
26+
2627
```js
2728
npm install --save ng-redux
2829
```
30+
2931
#### bower (deprecated)
30-
**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.
32+
**Warning!** Bower recommends using yarn and webpack as an alternative for new projects. `ng-redux` will no longer version compiled versions of code. The latest version of ng-redux supported for bower use is `3.5.2`
3133

3234
```js
33-
bower install --save ng-redux
35+
bower install --save ng-redux#3.5.2
3436
```
3537

3638
Add the following script tag to your html:

bower.json

-23
This file was deleted.

0 commit comments

Comments
 (0)