From aef53786e2b1b1a6eab5e1598d212c37829c0c3e Mon Sep 17 00:00:00 2001 From: David Chanin Date: Mon, 25 Dec 2023 23:05:58 -0500 Subject: [PATCH] fix: cleaning up deps --- package.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/package.json b/package.json index 1aba5f5..af05533 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,6 @@ "node": ">=10" }, "dependencies": { - "@bitauth/libauth": "^1.17.1", "lodash.clonedeep": "^4.5.0", "lodash.differencewith": "^4.5.0", "lodash.isequal": "^4.5.0", @@ -123,11 +122,6 @@ "!build/module/**" ] }, - "config": { - "commitizen": { - "path": "cz-conventional-changelog" - } - }, "prettier": { "singleQuote": true },