From dade1fdab9b0831daa1a0f6a3151cfbaaee7fcfd Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Sun, 6 Dec 2020 17:18:08 +0100 Subject: [PATCH] chore: cleanup package.json --- package.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/package.json b/package.json index 5e7315d2..46eb7aa3 100644 --- a/package.json +++ b/package.json @@ -306,16 +306,6 @@ "test-cjs": "rm -rf test/cjs && find test -type f -name '*.mjs' -print0 | xargs -0 npx esbuild --target=esnext --outdir=test/cjs --format=cjs", "test-webcrypto": "WEBCRYPTO=true npm test" }, - "husky": { - "hooks": { - "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" - } - }, - "commitlint": { - "extends": [ - "@commitlint/config-conventional" - ] - }, "devDependencies": { "@types/node": "^14.14.9", "@typescript-eslint/eslint-plugin": "^4.9.0",