Skip to content

Commit

Permalink
Specify version of peer dep
Browse files Browse the repository at this point in the history
Some animations don't work with react-transition-state v2
  • Loading branch information
gskril committed Nov 2, 2023
1 parent 4e7427b commit 5a02ec7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ A design system for ENS built with React and styled-components.
To install this package using npm:

```bash
npm install @ensdomains/thorin styled-components react-transition-state
npm install @ensdomains/thorin styled-components react-transition-state@1.1.5

```

To install this package using yarn:

```bash
yarn add @ensdomains/thorin styled-components react-transition-state
yarn add @ensdomains/thorin styled-components react-transition-state@1.1.5
```

Checkout the project's [playroom](https://thorin.ens.domains/playroom) to preview the components in a live online environment.
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { Header, Link } from '~/components'
## Install

```bash
yarn add @ensdomains/thorin styled-components react-transition-state
yarn add @ensdomains/thorin styled-components react-transition-state@1.1.5
```

## Set Up
Expand Down

0 comments on commit 5a02ec7

Please sign in to comment.