From 79be5096d3f7bd59c162fb0852ed9057b5dd0a57 Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Fri, 15 Jul 2022 23:12:48 -0500 Subject: [PATCH] build: remove cz and standard version --- package.json | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 84f6e28..2a6ad9c 100644 --- a/package.json +++ b/package.json @@ -30,21 +30,14 @@ }, "devDependencies": { "eslint": "8.19.0", - "@typescript-eslint/parser": "5.30.5", - "@typescript-eslint/eslint-plugin": "5.30.5", - "cz-conventional-changelog": "3.3.0", + "@typescript-eslint/parser": "5.30.3", + "@typescript-eslint/eslint-plugin": "5.30.3", "prettier": "2.7.1", - "standard-version": "9.5.0", "typescript": "4.7.4" }, "repository": { "type": "git", "url": "git+https://github.com/sern-handler/handler.git" }, - "homepage": "https://sern-handler.js.org", - "config": { - "commitizen": { - "path": "cz-conventional-changelog" - } - } + "homepage": "https://sern-handler.js.org" }