Skip to content

Commit ae329d7

Browse files
committed
fix: use node dirname
1 parent 1784b78 commit ae329d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/prompts/src/path.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { existsSync, lstatSync, readdirSync } from 'node:fs';
2-
import { join } from 'node:path';
3-
import { dirname } from 'knip/dist/util/path.js';
2+
import { join, dirname } from 'node:path';
43
import { autocomplete } from './autocomplete.js';
54
import type { CommonOptions } from './common.js';
65

0 commit comments

Comments
 (0)