From 1248ee9d79315ac85b5ca0a874b40b26ff57cd6b Mon Sep 17 00:00:00 2001 From: Eli Black Date: Wed, 17 Dec 2025 14:54:48 +0800 Subject: [PATCH] Add `sideEffects: false` to `package.json` --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5a7501a..d89ba8f 100644 --- a/package.json +++ b/package.json @@ -26,5 +26,6 @@ "license": "Apache-2.0", "keywords": [ "diff" - ] -} + ], + "sideEffects": false +} \ No newline at end of file