Skip to content

Commit 4a5fdd4

Browse files
authored
Merge pull request #66 from leipert/master
migrate away from gulp-util
2 parents 385f167 + 1af74a9 commit 4a5fdd4

4 files changed

Lines changed: 1489 additions & 424 deletions

File tree

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var _ = require('lodash'),
44
through = require('through'),
55
proc = require('child_process'),
66
join = require('path').join,
7-
PluginError = require('gulp-util').PluginError;
7+
PluginError = require('plugin-error');
88

99
/**
1010
* Returns a stream to use with Gulp which executes the passed files as Mocha

0 commit comments

Comments
 (0)