Skip to content

Commit

Permalink
Update unified-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 16, 2017
1 parent c76a018 commit 6b20ee5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@ function buffer(vinyl, opts, callback) {
}), function (err, status) {
var contents;

/* Skip ignored files. */
if (err && err.message === 'No input') {
return callback(null, vinyl);
}

if (err || status) {
return callback(new PluginError(name, err || 'Unsuccessful running'));
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"convert-vinyl-to-vfile": "^2.0.0",
"gulp-util": "^3.0.7",
"through2": "^2.0.1",
"unified-engine": "^4.0.0",
"unified-engine": "^5.0.0",
"xtend": "^4.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit 6b20ee5

Please sign in to comment.