Skip to content

Commit

Permalink
docs: Update cz-commitlint install command (#3955)
Browse files Browse the repository at this point in the history
The inquirer version of peerDependencies has been updated in 3423735
  • Loading branch information
gin0606 committed Mar 6, 2024
1 parent 7ddaad4 commit 84e8632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions @commitlint/cz-commitlint/README.md
Original file line number Diff line number Diff line change
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 inquirer@8 # inquirer is required as peer dependency
npm install --save-dev @commitlint/cz-commitlint commitizen inquirer@9 # inquirer is required as peer dependency
# or yarn
yarn add -D @commitlint/cz-commitlint commitizen inquirer@8 # inquirer is required as peer dependency
yarn add -D @commitlint/cz-commitlint commitizen inquirer@9 # inquirer is required as peer dependency
```

In package.json
Expand Down

0 comments on commit 84e8632

Please sign in to comment.