From 86614bd16ddf45a87dee7e943a82281884181233 Mon Sep 17 00:00:00 2001 From: Ika Date: Sat, 28 Jul 2018 13:51:18 +0800 Subject: [PATCH] docs(precommit): add missing @next for husky --- docs/precommit.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/precommit.md b/docs/precommit.md index cd2bbbf1..df8a4b65 100644 --- a/docs/precommit.md +++ b/docs/precommit.md @@ -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`: @@ -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`: