Skip to content

Commit

Permalink
fix(ci): Add commitizen, update email
Browse files Browse the repository at this point in the history
  • Loading branch information
galenwarren committed Jul 7, 2018
1 parent f685627 commit 3be73d7
Show file tree
Hide file tree
Showing 4 changed files with 564 additions and 40 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ Awilix helpers/middleware for [Groa](https://github.com/GroaJS/groa)

[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest) [![jest](https://jestjs.io/img/jest-badge.svg)](https://github.com/facebook/jest)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

Requires Node v7.6+, groa-router uses async
4 changes: 1 addition & 3 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
module.exports = {
extends: [
'@commitlint/config-conventional'
]
extends: ['@commitlint/config-conventional']
};
Loading

0 comments on commit 3be73d7

Please sign in to comment.