Skip to content

Commit

Permalink
migrate away from gulp-util
Browse files Browse the repository at this point in the history
  • Loading branch information
leipert committed Feb 9, 2018
1 parent 385f167 commit 1af74a9
Show file tree
Hide file tree
Showing 4 changed files with 1,489 additions and 424 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var _ = require('lodash'),
through = require('through'),
proc = require('child_process'),
join = require('path').join,
PluginError = require('gulp-util').PluginError;
PluginError = require('plugin-error');

/**
* Returns a stream to use with Gulp which executes the passed files as Mocha
Expand Down
Loading

0 comments on commit 1af74a9

Please sign in to comment.