Skip to content

Commit

Permalink
Merge pull request #4813 from nayzawoo/patch-1
Browse files Browse the repository at this point in the history
Add a missing space
  • Loading branch information
sgomes committed Oct 7, 2016
2 parents fde47f7 + f711533 commit c6a883a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import fs from 'fs';
import path from 'path';
import mergeStream from 'merge-stream';
import del from 'del';
import vinylPaths from'vinyl-paths';
import vinylPaths from 'vinyl-paths';
import runSequence from 'run-sequence';
import browserSync from 'browser-sync';
import through from 'through2';
Expand Down

0 comments on commit c6a883a

Please sign in to comment.