Skip to content

Commit

Permalink
Merge pull request #93 from Linko91/patch-1
Browse files Browse the repository at this point in the history
updated "direct" type on index.d.ts
  • Loading branch information
RSeidelsohn authored Sep 15, 2023
2 parents 1801b63 + 5593636 commit f8965fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export interface InitOpts {
/**
* Look for direct dependencies only
*/
direct?: boolean | undefined;
direct?: boolean | number | undefined;
/**
* Colorize output
*/
Expand Down

0 comments on commit f8965fe

Please sign in to comment.