Skip to content

Commit d916e2a

Browse files
committed
removed unused libs
1 parent faeadc8 commit d916e2a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

generator/cmd/generateall.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ import { Package } from '../models';
1111
import yargs from 'yargs';
1212
import path from 'path/posix';
1313

14-
import { createWriteStream, existsSync } from 'fs';
15-
import { readdir, stat, rmdir, mkdir, rm, writeFile, readFile, copyFile } from 'fs/promises';
14+
import { createWriteStream } from 'fs';
1615
import stripAnsi from 'strip-ansi';
1716

1817
const argsConfig = yargs

0 commit comments

Comments
 (0)