From 5417afba4417515e10d75301ca6185f855aa0971 Mon Sep 17 00:00:00 2001 From: Pierre Vanduynslager Date: Sat, 13 Jan 2018 17:04:14 -0500 Subject: [PATCH] chore: remove commitizen --- README.md | 1 - package.json | 8 -------- 2 files changed, 9 deletions(-) diff --git a/README.md b/README.md index 7fc3aa7..9b5c0df 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index 3dfd78e..89e1297 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",