Skip to content

Commit

Permalink
Update node-src/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Weeks <matt@chromatic.com>
  • Loading branch information
tmeasday and weeksling committed Sep 13, 2023
1 parent 5460c6c commit 6f0837c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ interface Output {
inheritedCaptureCount: number;
}

export type { Flags, Options, TaskName, Context, Configuration } from './types';
export type { Flags, Options, TaskName, Context } from './types';

export async function run({
argv = [],
Expand Down

0 comments on commit 6f0837c

Please sign in to comment.