From 44b040f64eaacb4be87ec3870440e10aac6bc2d8 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 8 Jul 2022 13:40:24 +0200 Subject: [PATCH] Meta tweaks --- .github/funding.yml | 4 ++++ .github/security.md | 3 +++ index.js | 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..58df12a --- /dev/null +++ b/.github/funding.yml @@ -0,0 +1,4 @@ +github: sindresorhus +open_collective: sindresorhus +tidelift: npm/gulp-mocha +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/index.js b/index.js index f9a17b7..5bee792 100644 --- a/index.js +++ b/index.js @@ -4,7 +4,7 @@ const execa = require('execa'); const PluginError = require('plugin-error'); const supportsColor = require('supports-color'); const through = require('through2'); -const utils = require('./utils'); +const utils = require('./utils.js'); // Mocha options that can be specified multiple times const MULTIPLE_OPTS = new Set([