From d4b8e47bcbbd600e958ef309163595df43fe2d51 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 3 Oct 2018 23:01:47 +0900 Subject: [PATCH] Fix --- gulpfile.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/gulpfile.ts b/gulpfile.ts index 356996314..c47d90a1c 100644 --- a/gulpfile.ts +++ b/gulpfile.ts @@ -2,7 +2,6 @@ * Gulp tasks */ -import * as fs from 'fs'; import * as gulp from 'gulp'; import * as gutil from 'gulp-util'; import * as ts from 'gulp-typescript';