Skip to content

Commit

Permalink
Breaking: Upgrade Vinyl to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Sep 29, 2016
1 parent 750d55e commit 61c7faa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -42,7 +42,7 @@
"through2-filter": "^2.0.0",
"vali-date": "^1.0.0",
"value-or-function": "^1.2.0",
"vinyl": "^1.0.0"
"vinyl": "^2.0.0"
},
"devDependencies": {
"del": "^2.2.0",
Expand Down
4 changes: 2 additions & 2 deletions test/utils/test-constants.js
Expand Up @@ -3,8 +3,8 @@
var path = require('path');

// Input/output relative paths
var inputRelative = './fixtures/';
var outputRelative = './out-fixtures/';
var inputRelative = './fixtures';
var outputRelative = './out-fixtures';
// Input/Output base directories
var inputBase = path.join(__dirname, '..', inputRelative);
var outputBase = path.join(__dirname, '..', outputRelative);
Expand Down

0 comments on commit 61c7faa

Please sign in to comment.