Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
1000ch committed Aug 22, 2021
1 parent 9f639d4 commit 50692f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/options-manager.js
@@ -1,7 +1,7 @@
import {promises as fs} from 'node:fs';
import process from 'node:process';
import os from 'node:os';
import path from 'node:path';
import {promises as fs} from 'node:fs';
import arrify from 'arrify';
import {mergeWith, flow, pick} from 'lodash-es';
import pathExists from 'path-exists';
Expand Down
2 changes: 1 addition & 1 deletion test/options-manager.js
@@ -1,6 +1,6 @@
import {promises as fs} from 'node:fs';
import process from 'node:process';
import path from 'node:path';
import {promises as fs} from 'node:fs';
import test from 'ava';
import {omit} from 'lodash-es';
import slash from 'slash';
Expand Down

0 comments on commit 50692f5

Please sign in to comment.