Skip to content

Commit 5dc079c

Browse files
committed
Breaking: Upgrade Vinyl to 2.0.0
1 parent 81f343b commit 5dc079c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"through2-filter": "^2.0.0",
4343
"vali-date": "^1.0.0",
4444
"value-or-function": "^1.2.0",
45-
"vinyl": "^1.0.0"
45+
"vinyl": "^2.0.0"
4646
},
4747
"devDependencies": {
4848
"del": "^2.2.0",

test/utils/test-constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
var path = require('path');
44

55
// Input/output relative paths
6-
var inputRelative = './fixtures/';
7-
var outputRelative = './out-fixtures/';
6+
var inputRelative = './fixtures';
7+
var outputRelative = './out-fixtures';
88
// Input/Output base directories
99
var inputBase = path.join(__dirname, '..', inputRelative);
1010
var outputBase = path.join(__dirname, '..', outputRelative);

0 commit comments

Comments
 (0)