Skip to content

Commit

Permalink
Merge pull request #66 from leipert/master
Browse files Browse the repository at this point in the history
migrate away from gulp-util
  • Loading branch information
knpwrs authored Feb 13, 2018
2 parents 385f167 + 1af74a9 commit 4a5fdd4
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 4a5fdd4

Please # to comment.