Skip to content

Commit

Permalink
updated "direct" type on index.d.ts
Browse files Browse the repository at this point in the history
added type "number"
  • Loading branch information
Linko91 authored Sep 4, 2023
1 parent 0be3cc2 commit 5593636
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 5593636

Please sign in to comment.