remove commitizen

This commit is contained in:
Michael Barrett 2016-12-16 20:01:43 +00:00
parent 9b6cdc46a6
commit 768a29577f
3 changed files with 0 additions and 9 deletions

View File

@ -22,8 +22,6 @@ Please report issues via the issue tracker on [Github](https://github.com/mike18
- **Send coherent history** - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please squash them before submitting. - **Send coherent history** - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please squash them before submitting.
- **Use conventional-changelog style commit messages** - See [here](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#-git-commit-guidelines) for more details. This project is [commitizen](https://commitizen.github.io/cz-cli/) friendly.
## Running Tests ## Running Tests
You can run all of the tests in the project using: You can run all of the tests in the project using:

View File

@ -6,7 +6,6 @@
[![Coveralls](https://img.shields.io/coveralls/mike182uk/timestring/master.svg?style=flat-square)](https://coveralls.io/r/mike182uk/timestring) [![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) [![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) [![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. Parse a human readable time string into a time based value.

View File

@ -37,16 +37,10 @@
"chai": "^3.4.1", "chai": "^3.4.1",
"codeclimate-test-reporter": "^0.4.0", "codeclimate-test-reporter": "^0.4.0",
"coveralls": "^2.11.2", "coveralls": "^2.11.2",
"cz-conventional-changelog": "^1.1.5",
"istanbul": "^0.4.1", "istanbul": "^0.4.1",
"mocha": "^3.0.0", "mocha": "^3.0.0",
"mocha-lcov-reporter": "1.2.0", "mocha-lcov-reporter": "1.2.0",
"standard": "^8.6.0", "standard": "^8.6.0",
"watch": "^1.0.1" "watch": "^1.0.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
} }
} }