Skip to content

Commit

Permalink
style(repository): Use conventional changelog from now on
Browse files Browse the repository at this point in the history
  • Loading branch information
mweibel committed May 3, 2016
1 parent 7dbfe34 commit 8c17054
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@

[![Build Status](https://travis-ci.org/mweibel/node-erlang.svg)](https://travis-ci.org/mweibel/node-erlang)
[![Coverage Status](https://coveralls.io/repos/mweibel/node-erlang/badge.svg?branch=master)](https://coveralls.io/r/mweibel/node-erlang?branch=master)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"babel-cli": "^6.8.0",
"chai": "^3.5.0",
"coveralls": "^2.11.2",
"cz-conventional-changelog": "^1.1.6",
"debug": "^2.1.3",
"env-test": "^1.0.0",
"eslint": "^2.8.0",
Expand All @@ -45,5 +46,10 @@
"epmd-client": "0.0.2",
"erlang": "mweibel/erlang.js#new-master",
"erlang-term-format": "^1.0.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}

0 comments on commit 8c17054

Please sign in to comment.