From 540b20fd4722cefeab9a47af4c47d03a2183fc42 Mon Sep 17 00:00:00 2001 From: Antonin Januska Date: Tue, 22 Aug 2017 10:48:54 -0600 Subject: [PATCH] Bower deprecation notice --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1011ae..b4a3b4a 100644 --- a/README.md +++ b/README.md @@ -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 ```