From 18f9e006a3ce76e20b50e2cbd5f7d395779e6c31 Mon Sep 17 00:00:00 2001 From: Leifer Date: Thu, 1 Dec 2022 10:34:30 +0100 Subject: [PATCH] test --- .husky/commit-msg | 4 ++++ package.json | 9 +-------- 2 files changed, 5 insertions(+), 8 deletions(-) create mode 100755 .husky/commit-msg diff --git a/.husky/commit-msg b/.husky/commit-msg new file mode 100755 index 0000000..56a0f83 --- /dev/null +++ b/.husky/commit-msg @@ -0,0 +1,4 @@ +#!/usr/bin/env sh +. "$(dirname -- "$0")/_/husky.sh" + +npx --no --commitlint --edit diff --git a/package.json b/package.json index 692a63c..92d13a7 100644 --- a/package.json +++ b/package.json @@ -62,9 +62,7 @@ "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-replace": "^5.0.1", "c8": "^7.12.0", - "commitizen": "^4.2.5", "cross-env": "^7.0.3", - "cz-conventional-changelog": "^3.3.0", "eslint": "^8.26.0", "eslint-config-prettier": "^8.5.0", "fs-extra": "^11.1.0", @@ -87,10 +85,5 @@ "npm": "please-use-yarn", "yarn": ">=3" }, - "author": "Leifer Mendez ", - "config": { - "commitizen": { - "path": "git-cz" - } - } + "author": "Leifer Mendez " }