Add a missing space

master
Nay Zaw Oo 2016-10-03 00:38:24 +06:30 committed by GitHub
parent 621bdd2352
commit f71153378c
1 changed files with 1 additions and 1 deletions

View File

@ -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';