From f3be043d2194027a0dbea354b4f8934b186fbc52 Mon Sep 17 00:00:00 2001 From: "Caleb D. Williams" Date: Thu, 9 Dec 2021 09:37:21 -0600 Subject: [PATCH] chore: explicitly marking package as side effectful --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 990841a..6829b4e 100644 --- a/package.json +++ b/package.json @@ -94,5 +94,6 @@ ], "simple-git-hooks": { "commit-msg": "npx commitlint --edit $1" - } + }, + "sideEffects": true }