Skip to content

Commit

Permalink
Revert "chore: update lockfile and readme"
Browse files Browse the repository at this point in the history
This reverts commit 9034499.
  • Loading branch information
gaearon committed Jul 19, 2019
1 parent b62f5f6 commit cfebc9f
Show file tree
Hide file tree
Showing 2 changed files with 4,494 additions and 4,637 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -17,11 +17,11 @@ A set of components for managing component states (including mounting and unmoun

Clone the repo first:

```plain
```
git@github.com:reactjs/react-transition-group.git
```

Then run `npm install` or `yarn`, and finally `npm run storybook` or `yarn storybook` to start a storybook instance that you can navigate to in your browser to see the examples.
Then run `npm install` (or `yarn`), and finally `npm run storybook` to start a storybook instance that you can navigate to in your browser to see the examples.

[npm-badge]: https://img.shields.io/npm/v/react-transition-group.svg
[npm]: https://www.npmjs.org/package/react-transition-group

0 comments on commit cfebc9f

Please sign in to comment.