diff --git a/lib/index.d.ts b/lib/index.d.ts index 7a60e2d2..cc42992b 100644 --- a/lib/index.d.ts +++ b/lib/index.d.ts @@ -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;