Skip to content

Commit cae95e0

Browse files
committed
add fs
1 parent fe7942c commit cae95e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/* eslint no-console: 0 */
22
/* eslint max-len: 0 */
33
import path from 'path';
4+
import fs from 'fs';
45

56
import program from 'commander';
67
import minimatch from 'minimatch';

0 commit comments

Comments
 (0)