Skip to content

Commit 39e5e0c

Browse files
authored
docs(cz-commitlint): mention inquirer as peer dependency (#3268)
1 parent 698a3ef commit 39e5e0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

@commitlint/cz-commitlint/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ The interactive process is inspired by [cz-conventional-changelog](https://githu
1313
### Configure commitizen adapter
1414

1515
```bash
16-
npm install --save-dev @commitlint/cz-commitlint commitizen
16+
npm install --save-dev @commitlint/cz-commitlint commitizen inquirer@8 # inquirer is required as peer dependency
1717
# or yarn
18-
yarn add -D @commitlint/cz-commitlint commitizen
18+
yarn add -D @commitlint/cz-commitlint commitizen inquirer@8 # inquirer is required as peer dependency
1919
```
2020

2121
In package.json

0 commit comments

Comments
 (0)