From 466e509609a2c678b38574e276599cc1233f9a02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gautier=20Ben=20A=C3=AFm?= <48261497+GauBen@users.noreply.github.com> Date: Tue, 17 Sep 2024 18:36:23 +0200 Subject: [PATCH] chore: marked package as free of side-effects --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 4176ea0..b399c78 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "description": "Gets the job done when JSON.stringify can't", "version": "5.0.0", "repository": "Rich-Harris/devalue", + "sideEffects": false, "exports": { ".": { "types": "./types/index.d.ts",