Skip to content

Commit 44b040f

Browse files
committedJul 8, 2022
Meta tweaks
1 parent 92c9d8b commit 44b040f

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed
 

‎.github/funding.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
github: sindresorhus
2+
open_collective: sindresorhus
3+
tidelift: npm/gulp-mocha
4+
custom: https://sindresorhus.com/donate

‎.github/security.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Security Policy
2+
3+
To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com/security). Tidelift will coordinate the fix and disclosure.

‎index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const execa = require('execa');
44
const PluginError = require('plugin-error');
55
const supportsColor = require('supports-color');
66
const through = require('through2');
7-
const utils = require('./utils');
7+
const utils = require('./utils.js');
88

99
// Mocha options that can be specified multiple times
1010
const MULTIPLE_OPTS = new Set([

0 commit comments

Comments
 (0)
Please sign in to comment.