Skip to content

Commit

Permalink
Merge pull request #805 from joebnb/patch-1
Browse files Browse the repository at this point in the history
fix `**/package.json` cause comment loose effect
  • Loading branch information
raineorshine committed Jan 26, 2021
2 parents 154fbb8 + c0ea086 commit e1e7cb5
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 e1e7cb5

Please sign in to comment.