From a0befdbd91e13de8e5f7b69d0a88f5b27037c926 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 20 Apr 2024 04:04:05 +0700 Subject: [PATCH] Meta tweaks --- .github/funding.yml | 4 ---- license | 2 +- package.json | 1 + 3 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 .github/funding.yml diff --git a/.github/funding.yml b/.github/funding.yml deleted file mode 100644 index 58df12a..0000000 --- a/.github/funding.yml +++ /dev/null @@ -1,4 +0,0 @@ -github: sindresorhus -open_collective: sindresorhus -tidelift: npm/gulp-mocha -custom: https://sindresorhus.com/donate diff --git a/license b/license index e7af2f7..fa7ceba 100644 --- a/license +++ b/license @@ -1,6 +1,6 @@ MIT License -Copyright (c) Sindre Sorhus (sindresorhus.com) +Copyright (c) Sindre Sorhus (https://sindresorhus.com) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/package.json b/package.json index 2a57964..0f9724a 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ }, "type": "module", "exports": "./index.js", + "sideEffects": false, "engines": { "node": ">=18" },