From 7a941875defc0d7d6bf7503120099331b26f2224 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Ooms?= Date: Sat, 12 Dec 2020 09:49:39 +0100 Subject: [PATCH] :unamused: chore(package.json): Mark side-effects free. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f2cab4c..6560a42 100644 --- a/package.json +++ b/package.json @@ -122,5 +122,6 @@ "lint": "true", "dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast", "travis": "npm run lint && npm run cover" - } + }, + "sideEffects": false }