From 805be9b1005446799c43b6306d524c1048c5e6bc Mon Sep 17 00:00:00 2001 From: Chee Shian Chuah Date: Mon, 4 Jul 2022 18:27:15 +0800 Subject: [PATCH] docs(cz-commitlint): mention inquirer as peer dependency --- @commitlint/cz-commitlint/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/@commitlint/cz-commitlint/README.md b/@commitlint/cz-commitlint/README.md index f1f3d27167..6af8498fc0 100644 --- a/@commitlint/cz-commitlint/README.md +++ b/@commitlint/cz-commitlint/README.md @@ -13,9 +13,9 @@ The interactive process is inspired by [cz-conventional-changelog](https://githu ### Configure commitizen adapter ```bash -npm install --save-dev @commitlint/cz-commitlint commitizen +npm install --save-dev @commitlint/cz-commitlint commitizen inquirer@8 # inquirer is required as peer dependency # or yarn -yarn add -D @commitlint/cz-commitlint commitizen +yarn add -D @commitlint/cz-commitlint commitizen inquirer@8 # inquirer is required as peer dependency ``` In package.json