diff options
| -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'; |