chore(package): add commitizen
This commit is contained in:
parent
e427d1801f
commit
89f6c3b331
@ -6,6 +6,7 @@
|
||||
[![Coveralls](https://img.shields.io/coveralls/mike182uk/timestring/master.svg?style=flat-square)](https://coveralls.io/r/mike182uk/timestring)
|
||||
[![npm](https://img.shields.io/npm/dm/timestring.svg?style=flat-square)](https://www.npmjs.com/package/timestring)
|
||||
[![License](https://img.shields.io/github/license/mike182uk/timestring.svg?style=flat-square)](https://www.npmjs.com/package/timestring)
|
||||
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](http://commitizen.github.io/cz-cli/)
|
||||
|
||||
Parse a human readable time string into a time based value.
|
||||
|
||||
|
@ -19,6 +19,7 @@
|
||||
"chai": "^3.4.1",
|
||||
"codeclimate-test-reporter": "^0.3.0",
|
||||
"coveralls": "^2.11.2",
|
||||
"cz-conventional-changelog": "^1.1.5",
|
||||
"istanbul": "^0.4.1",
|
||||
"jscs": "^2.8.0",
|
||||
"jshint": "^2.9.1",
|
||||
@ -28,5 +29,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"lodash": "^4.0.0"
|
||||
},
|
||||
"config": {
|
||||
"commitizen": {
|
||||
"path": "./node_modules/cz-conventional-changelog"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user