Skip to content

Commit

Permalink
chore: remove commitizen
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg committed Jan 13, 2018
1 parent a186b3a commit 5417afb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Also provides [release rules](https://github.com/vanduynslagerp/sr-commit-analyz
[![Greenkeeper badge](https://badges.greenkeeper.io/vanduynslagerp/conventional-changelog-metahub.svg)](https://greenkeeper.io/)
[![license](https://img.shields.io/github/license/vanduynslagerp/conventional-changelog-metahub.svg)](https://github.com/vanduynslagerp/conventional-changelog-metahub/blob/master/LICENSE)
[![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/)

[![Travis](https://img.shields.io/travis/vanduynslagerp/conventional-changelog-metahub.svg)](https://travis-ci.org/vanduynslagerp/conventional-changelog-metahub)
[![Codecov](https://img.shields.io/codecov/c/github/vanduynslagerp/conventional-changelog-metahub.svg)](https://codecov.io/gh/vanduynslagerp/conventional-changelog-metahub)
Expand Down
8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,16 @@
"bugs": {
"url": "https://github.com/vanduynslagerp/conventional-changelog-metahub/issues"
},
"config": {
"commitizen": {
"path": "@metahub/cz-conventional-commit"
}
},
"dependencies": {
"conventional-changelog-angular": "^1.4.0",
"lodash": "^4.17.4"
},
"devDependencies": {
"@metahub/cz-conventional-commit": "^2.0.0",
"ava": "^0.24.0",
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.0",
"babel-preset-env": "^1.6.0",
"codecov": "^3.0.0",
"commitizen": "^2.9.6",
"conventional-changelog": "^1.1.4",
"conventional-commits-parser": "^2.0.0",
"emoji-regex": "^6.5.1",
Expand Down Expand Up @@ -110,7 +103,6 @@
},
"scripts": {
"clean": "rimraf coverage && rimraf .nyc_output",
"cm": "git-cz",
"codecov": "codecov",
"compile": "rimraf preset.* release-rules.* types.* aliases.* lib && babel src --source-maps --out-dir .",
"coverage": "nyc check-coverage",
Expand Down

0 comments on commit 5417afb

Please sign in to comment.