We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81f343b commit 5dc079cCopy full SHA for 5dc079c
package.json
@@ -42,7 +42,7 @@
42
"through2-filter": "^2.0.0",
43
"vali-date": "^1.0.0",
44
"value-or-function": "^1.2.0",
45
- "vinyl": "^1.0.0"
+ "vinyl": "^2.0.0"
46
},
47
"devDependencies": {
48
"del": "^2.2.0",
test/utils/test-constants.js
@@ -3,8 +3,8 @@
3
var path = require('path');
4
5
// Input/output relative paths
6
-var inputRelative = './fixtures/';
7
-var outputRelative = './out-fixtures/';
+var inputRelative = './fixtures';
+var outputRelative = './out-fixtures';
8
// Input/Output base directories
9
var inputBase = path.join(__dirname, '..', inputRelative);
10
var outputBase = path.join(__dirname, '..', outputRelative);
0 commit comments