From 5d282f8ebcd67228c8876f2ab68a9cc60b4bacae Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 11 Apr 2024 19:52:08 +0900 Subject: [PATCH] Meta tweaks --- .github/funding.yml | 4 ---- package.json | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 .github/funding.yml diff --git a/.github/funding.yml b/.github/funding.yml deleted file mode 100644 index 6a93851..0000000 --- a/.github/funding.yml +++ /dev/null @@ -1,4 +0,0 @@ -github: sindresorhus -open_collective: sindresorhus -tidelift: npm/grunt-eslint -custom: https://sindresorhus.com/donate diff --git a/package.json b/package.json index 6aa4986..68fcb05 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, + "sideEffects": false, "engines": { "node": "^18.18.0 || ^20.9.0 || >=21.1.0" },