2
2
mirror of https://github.com/Llewellynvdm/nativefier.git synced 2024-09-22 09:39:02 +00:00

Remove unused watchify import

This commit is contained in:
zweicoder 2016-01-23 14:47:07 +08:00
parent 9ac18e071e
commit 09777f38c8

View File

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