Skip to content

Commit

Permalink
chore: change to conventional commits
Browse files Browse the repository at this point in the history
  • Loading branch information
AutoSponge committed Apr 11, 2020
1 parent 6578b57 commit 0a7c05e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 12 deletions.
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = { extends: ['@commitlint/config-angular'] };
module.exports = { extends: ['@commitlint/config-conventional'] };
25 changes: 15 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-angular": "^8.3.4",
"@commitlint/config-conventional": "^8.3.4",
"ava": "^3.5.1",
"cross-env": "^7.0.2",
"husky": "^4.2.3",
Expand Down

0 comments on commit 0a7c05e

Please sign in to comment.