Skip to content

Commit aa3afdd

Browse files
committed
use full path for types file
1 parent 16aeeaa commit aa3afdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/prompts/src/spinner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { block, getColumns, settings } from '@clack/core';
22
import { wrapAnsi } from 'fast-wrap-ansi';
33
import colors from 'picocolors';
4-
import type { Colors } from 'picocolors/types';
4+
import type { Colors } from 'picocolors/types.d.ts';
55
import { cursor, erase } from 'sisteransi';
66
import {
77
type CommonOptions,

0 commit comments

Comments
 (0)