Skip to content

Commit 63b601b

Browse files
committed
Meta tweaks
1 parent 1b3d0e6 commit 63b601b

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.github/funding.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
github: sindresorhus
22
open_collective: sindresorhus
3+
tidelift: npm/gulp-rev
34
custom: https://sindresorhus.com/donate

.github/security.md

Lines changed: 3 additions & 0 deletions
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.

test/manifest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import path from 'path';
22
import test from 'ava';
33
import pEvent from 'p-event';
4-
import createFile from './_helper';
54
import rev from '..';
5+
import createFile from './_helper';
66

77
const manifestFixture = './test.manifest-fixture.json';
88
const manifestFixturePath = path.join(__dirname, manifestFixture);

test/rev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import path from 'path';
22
import test from 'ava';
33
import pEvent from 'p-event';
4-
import createFile from './_helper';
54
import rev from '..';
5+
import createFile from './_helper';
66

77
test('revs files', async t => {
88
const stream = rev();

0 commit comments

Comments
 (0)