Skip to content

Commit

Permalink
fixed ts version (to 2.8) in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
twop committed Jun 10, 2018
1 parent b56b944 commit c4543ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ reduce redux boilerplate and leverage typescript safety
npm add ts-describe-action
```

Note: requires typescript version >= 2.7
Note: requires typescript version >= 2.8

## Motivation

Expand Down Expand Up @@ -169,7 +169,7 @@ function createReducer<TState>(
## Breaking changes from 1.0 release.

- No more `describeSimple`. Use `describeAction` instead
- Requires ts > 2.7 to support conditional types
- Requires ts > 2.8 to support conditional types

## Projects worth checking out

Expand Down

0 comments on commit c4543ea

Please sign in to comment.