Skip to content

Commit

Permalink
docs(cz-commitlint): mention inquirer as peer dependency (#3268)
Browse files Browse the repository at this point in the history
  • Loading branch information
shian15810 committed Jul 5, 2022
1 parent 698a3ef commit 39e5e0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions @commitlint/cz-commitlint/README.md
Expand Up @@ -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
Expand Down

0 comments on commit 39e5e0c

Please sign in to comment.