Skip to content

Commit

Permalink
Rename 'fs-utils.js' to 'utils.js' (#1877)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed May 20, 2019
1 parent c278744 commit 4502ab9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/benchmark.js
Expand Up @@ -21,7 +21,7 @@ const {
rmdirRecursive,
mkdirRecursive,
readdirRecursive,
} = require('./fs-utils');
} = require('./utils');

const LOCAL = 'local';

Expand Down
2 changes: 1 addition & 1 deletion resources/build.js
Expand Up @@ -18,7 +18,7 @@ const {
rmdirRecursive,
mkdirRecursive,
readdirRecursive,
} = require('./fs-utils');
} = require('./utils');

if (require.main === module) {
rmdirRecursive('./dist');
Expand Down
File renamed without changes.

0 comments on commit 4502ab9

Please sign in to comment.