Skip to content

Commit

Permalink
fix **/package.json cause comment loose effect
Browse files Browse the repository at this point in the history
fix `**/package.json` cause comment loose effect
  • Loading branch information
joebnb authored Jan 26, 2021
1 parent 154fbb8 commit c0ea086
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 @@ -28,7 +28,7 @@ declare namespace ncu {
cwd?: string;

/**
* Run recursively in current working directory. Alias of (--packageFile '**/package.json').
* Run recursively in current working directory. Alias of (--packageFile '**\/package.json').
*/
deep?: boolean;

Expand Down

0 comments on commit c0ea086

Please sign in to comment.