Skip to content

Commit c54728e

Browse files
Add relative path to types.ts import (#122)
1 parent 91609aa commit c54728e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import cp from 'node:child_process'
55
import { download as downloadDriver } from './install.js'
66
import { hasAccess, parseParams } from './utils.js'
77
import { BINARY_FILE } from './constants.js'
8-
import type { GeckodriverParameters } from 'types.js'
8+
import type { GeckodriverParameters } from './types.js'
99

1010
const __dirname = url.fileURLToPath(new URL('.', import.meta.url))
1111

0 commit comments

Comments
 (0)