diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-03 23:01:47 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-03 23:01:47 +0900 |
| commit | d4b8e47bcbbd600e958ef309163595df43fe2d51 (patch) | |
| tree | eca0e3d6cfe25f5309dfd714903fa7baf0364b96 /gulpfile.ts | |
| parent | 9.3.0 (diff) | |
| download | sharkey-d4b8e47bcbbd600e958ef309163595df43fe2d51.tar.gz sharkey-d4b8e47bcbbd600e958ef309163595df43fe2d51.tar.bz2 sharkey-d4b8e47bcbbd600e958ef309163595df43fe2d51.zip | |
Fix
Diffstat (limited to 'gulpfile.ts')
| -rw-r--r-- | gulpfile.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gulpfile.ts b/gulpfile.ts index 356996314e..c47d90a1cc 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'; |