Skip to content

Commit

Permalink
fix new import style in remap-istanbul
Browse files Browse the repository at this point in the history
  • Loading branch information
zozzz committed Dec 19, 2016
1 parent c1f3ea6 commit dab3d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var merge = require("merge2")
var sourcemaps = require("gulp-sourcemaps")
var istanbul = require("gulp-istanbul")
var mocha = require("gulp-mocha")
var remapIstanbul = require("remap-istanbul/lib/gulpRemapIstanbul")
var remapIstanbul = require("remap-istanbul/lib/gulpRemapIstanbul").default
var coveralls = require("gulp-coveralls")
var newer = require("gulp-newer")
var replace = require("gulp-replace")
Expand Down

0 comments on commit dab3d00

Please sign in to comment.