From a8e6cb7d0059ac4c9cbbc376b042149f6a77be12 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 8 Jul 2022 13:12:24 +0200 Subject: [PATCH] Meta tweaks --- .github/funding.yml | 4 ++++ .github/security.md | 3 +++ package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .github/funding.yml create mode 100644 .github/security.md diff --git a/.github/funding.yml b/.github/funding.yml new file mode 100644 index 0000000..49fef1e --- /dev/null +++ b/.github/funding.yml @@ -0,0 +1,4 @@ +github: sindresorhus +open_collective: sindresorhus +tidelift: npm/cpy-cli +custom: https://sindresorhus.com/donate diff --git a/.github/security.md b/.github/security.md new file mode 100644 index 0000000..5358dc5 --- /dev/null +++ b/.github/security.md @@ -0,0 +1,3 @@ +# Security Policy + +To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix and disclosure. diff --git a/package.json b/package.json index bdef9c9..c5608a8 100644 --- a/package.json +++ b/package.json @@ -17,13 +17,13 @@ "url": "schnittstabil.de" } ], + "type": "module", "bin": { "cpy": "cli.js" }, "engines": { "node": ">=12.20" }, - "type": "module", "scripts": { "test": "xo && ava" },