Skip to content

Commit 4fd21fd

Browse files
emp823piotrwitek
authored andcommitted
Remove redux#next reference (piotrwitek#44)
The redux#next branch does not appear to exist any longer: https://github.com/reactjs/redux/branches
1 parent 2ab500a commit 4fd21fd

File tree

2 files changed

+8
-20
lines changed

2 files changed

+8
-20
lines changed

README.md

+4-10
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,10 @@ You should check Playground Project located in the `/playground` folder. It is a
5959
npm i -D @types/react @types/react-dom @types/react-redux
6060
```
6161

62-
"react" - `@types/react`
63-
"react-dom" - `@types/react-dom`
64-
"redux" - (types included with npm package)*
65-
"react-redux" - `@types/react-redux`
66-
67-
> `redux` has improved types on a `next` branch in it's official github repo, use below instructions to add it to your project:
68-
- in `package.json > devDependencies` add:
69-
`"redux-next": "reactjs/redux#next"`
70-
- in `tsconfig.json > compilerOptions > paths` add:
71-
`"redux": ["node_modules/redux-next"]`
62+
"react" - `@types/react`
63+
"react-dom" - `@types/react-dom`
64+
"redux" - (types included with npm package)*
65+
"react-redux" - `@types/react-redux`
7266

7367
[⇧ back to top](#table-of-contents)
7468

docs/markdown/0_setup.md

+4-10
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,9 @@
55
npm i -D @types/react @types/react-dom @types/react-redux
66
```
77

8-
"react" - `@types/react`
9-
"react-dom" - `@types/react-dom`
10-
"redux" - (types included with npm package)*
11-
"react-redux" - `@types/react-redux`
12-
13-
> `redux` has improved types on a `next` branch in it's official github repo, use below instructions to add it to your project:
14-
- in `package.json > devDependencies` add:
15-
`"redux-next": "reactjs/redux#next"`
16-
- in `tsconfig.json > compilerOptions > paths` add:
17-
`"redux": ["node_modules/redux-next"]`
8+
"react" - `@types/react`
9+
"react-dom" - `@types/react-dom`
10+
"redux" - (types included with npm package)*
11+
"react-redux" - `@types/react-redux`
1812

1913
[⇧ back to top](#table-of-contents)

0 commit comments

Comments
 (0)