Skip to content

Commit d117ef7

Browse files
fix: fix type error
1 parent d57dc82 commit d117ef7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cli.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export interface CliOptions {
5656
verbose: boolean;
5757
debug: boolean;
5858
npm: boolean;
59+
runOnlyOnRootDependencies: boolean;
5960
orderBy: 'depender' | 'dependee';
6061
install: boolean;
6162
}

0 commit comments

Comments
 (0)