We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b3de0 commit 21a67a0Copy full SHA for 21a67a0
index.js
@@ -3,6 +3,8 @@
3
var through = require('through2').obj;
4
var path = require('path');
5
var checker = require('istanbul-threshold-checker');
6
+// Make sure istanbul is `require`d after the istanbul-threshold-checker to use the istanbul version
7
+// defined in this package.json instead of the one defined in istanbul-threshold-checker.
8
var istanbul = require('istanbul');
9
var gutil = require('gulp-util');
10
var _ = require('lodash');
0 commit comments