Skip to content

Commit

Permalink
Correctly import isparta.
Browse files Browse the repository at this point in the history
  • Loading branch information
do0g committed Nov 25, 2015
1 parent f35fdd4 commit 06e9307
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 06e9307

Please sign in to comment.