From ba650190add7310f529ca294fe48f19bf7d40537 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Mon, 29 Nov 2021 12:09:07 +0100 Subject: [PATCH] chore: remove direct dep on conventional-changelog-cli --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 9e364ed..4ec7f06 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,6 @@ "@typescript-eslint/parser": "^4.2.0", "@vue/eslint-config-standard": "^6.0.0", "@vue/eslint-config-typescript": "^7.0.0", - "conventional-changelog-cli": "^2.1.1", "core-js": "^3.4.1", "esbuild": "^0.8.44", "esbuild-node-externals": "^1.0.2",