Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
refactor: update commitizen version
Browse files Browse the repository at this point in the history
There is not restriction on the version of commitizen to use anymore
  • Loading branch information
carlosvillademor committed Mar 15, 2017
1 parent bcac383 commit 818b264
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

## Setup

Install commitizen version 2.8.2
Install commitizen

```
npm install -g commitizen@2.8.2
npm install -g commitizen
```

Install the `mol-conventional-changelog` package.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"word-wrap": "^1.1.0"
},
"devDependencies": {
"commitizen": ">=2.8.0 <2.8.3",
"commitizen": "^2.9.6",
"eslint": "^3.8.1",
"eslint-config-mailonline": "^2.0.0",
"husky": "^0.11.9",
Expand Down

0 comments on commit 818b264

Please sign in to comment.