Skip to content

Commit

Permalink
Fixes #136 (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
musyoka-muthangya authored and dylans committed Feb 22, 2017
1 parent 7d1117b commit d123249
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/remap-istanbul.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env node

'use strict';

const loadCoverage = require('../lib/loadCoverage');
const remap = require('../lib/remap');
const writeReport = require('../lib/writeReport');
Expand Down

0 comments on commit d123249

Please sign in to comment.