From 519df0d5c122c16a6fd9ca0e90c008caeac3d10f Mon Sep 17 00:00:00 2001 From: Pierre Vanduynslager Date: Fri, 9 Aug 2019 13:58:46 -0400 Subject: [PATCH] chore: remove commitizen from our dependencies --- package.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/package.json b/package.json index 4f2fbf14..827b04ae 100644 --- a/package.json +++ b/package.json @@ -17,11 +17,6 @@ "bugs": { "url": "https://github.com/semantic-release/semantic-release/issues" }, - "config": { - "commitizen": { - "path": "cz-conventional-changelog" - } - }, "contributors": [ "Gregor Martynus (https://twitter.com/gr2m)", "Pierre Vanduynslager (https://twitter.com/@pvdlg_)" @@ -58,8 +53,6 @@ "ava": "^2.0.0", "clear-module": "^4.0.0", "codecov": "^3.0.0", - "commitizen": "^4.0.0", - "cz-conventional-changelog": "^2.0.0", "delay": "^4.0.0", "dockerode": "^2.5.2", "file-url": "^3.0.0", @@ -125,7 +118,6 @@ "url": "git+https://github.com/semantic-release/semantic-release.git" }, "scripts": { - "cm": "git-cz", "codecov": "codecov -f coverage/coverage-final.json", "lint": "xo", "pretest": "npm run lint",