Remove unused watchify import

This commit is contained in:
zweicoder 2016-01-23 14:47:07 +08:00
parent 9ac18e071e
commit 09777f38c8
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ import del from 'del';
import sourcemaps from 'gulp-sourcemaps';
import webpack from 'webpack-stream';
import babel from 'gulp-babel';
import watchify from 'watchify';
import runSequence from 'run-sequence';
import path from 'path';