From 6d41b1b5727f9893fb638c3cdf4725e5207be74d Mon Sep 17 00:00:00 2001 From: Jason Baker Date: Sun, 28 Jul 2024 09:23:25 +0000 Subject: [PATCH] feat: testing release process --- package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index 75b139e..cc85999 100644 --- a/package.json +++ b/package.json @@ -157,11 +157,7 @@ "@commitlint/config-conventional" ], "rules": { - "footer-max-line-length": [ - 1, - "always", - 100 - ] + "footer-max-line-length": [1, "always", 100] } }, "publishConfig": {