Skip to content

Commit

Permalink
Merge pull request #289 from do0g/bug/coverage_isparta_import
Browse files Browse the repository at this point in the history
Fix for incorrect isparta import in gulpfile.babel.js
  • Loading branch information
jamesplease committed Dec 29, 2015
2 parents f35fdd4 + 06e9307 commit 92aaee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import loadPlugins from 'gulp-load-plugins';
import del from 'del';
import glob from 'glob';
import path from 'path';
import isparta from 'isparta';
import * as isparta from 'isparta';
import babelify from 'babelify';
import watchify from 'watchify';
import buffer from 'vinyl-buffer';
Expand Down

0 comments on commit 92aaee2

Please sign in to comment.