Skip to content

Commit

Permalink
feat(package): update commitlint to version 5.0.1 (#55)
Browse files Browse the repository at this point in the history
- @commitlint/cli
- @commitlint/config-angular

BREAKING CHANGE:

Angular's commit convention has removed the `chore` type. For details, see below links:

- https://github.com/marionebl/commitlint/releases/tag/v5.0.0
- https://github.com/angular/angular/blob/master/CONTRIBUTING.md

Also add `browserslist` settings to fix lint error.
  • Loading branch information
ybiquitous authored Nov 20, 2017
1 parent 9daae65 commit df150b5
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 208 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"node": ">=6"
},
"dependencies": {
"@commitlint/cli": "^4.3.0",
"@commitlint/config-angular": "^4.3.0",
"@commitlint/cli": "^5.0.1",
"@commitlint/config-angular": "^5.0.1",
"eslint": "^4.11.0",
"eslint-config-ybiquitous": "^3.0.1",
"fs-extra": "^4.0.2",
Expand Down Expand Up @@ -85,5 +85,8 @@
"lib",
"test"
]
}
},
"browserslist": [
"> 5%"
]
}
Loading

0 comments on commit df150b5

Please sign in to comment.