Skip to content

Commit 84e8632

Browse files
authored
docs: Update cz-commitlint install command (#3955)
The inquirer version of peerDependencies has been updated in 3423735
1 parent 7ddaad4 commit 84e8632

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 inquirer@8 # inquirer is required as peer dependency
16+
npm install --save-dev @commitlint/cz-commitlint commitizen inquirer@9 # inquirer is required as peer dependency
1717
# or yarn
18-
yarn add -D @commitlint/cz-commitlint commitizen inquirer@8 # inquirer is required as peer dependency
18+
yarn add -D @commitlint/cz-commitlint commitizen inquirer@9 # inquirer is required as peer dependency
1919
```
2020

2121
In package.json

0 commit comments

Comments
 (0)