From 39e5e0c26297b932bfa433467b2594503fb31c70 Mon Sep 17 00:00:00 2001 From: Chee Shian Chuah Date: Tue, 5 Jul 2022 09:40:59 +0800 Subject: [PATCH] docs(cz-commitlint): mention inquirer as peer dependency (#3268) --- @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