Skip to content

Commit

Permalink
docs(precommit): add missing @next for husky
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatyang committed Jul 28, 2018
1 parent 0571b2b commit 86614bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/precommit.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ See https://github.com/okonet/lint-staged#configuration for more details about h
Install it along with [husky](https://github.com/typicode/husky):

```bash
yarn add pretty-quick husky --dev
yarn add pretty-quick husky@next --dev
```

and add this config to your `package.json`:
Expand Down Expand Up @@ -80,7 +80,7 @@ Find more info from [here](https://pre-commit.com).
Install it along with [husky](https://github.com/typicode/husky):

```bash
yarn add precise-commits husky --dev
yarn add precise-commits husky@next --dev
```

and add this config to your `package.json`:
Expand Down

0 comments on commit 86614bd

Please sign in to comment.