From c0ea086f4a9f1926f81db90e1709db959f4ea296 Mon Sep 17 00:00:00 2001 From: chenbo Date: Tue, 26 Jan 2021 15:04:11 +0800 Subject: [PATCH] fix `**/package.json` cause comment loose effect fix `**/package.json` cause comment loose effect --- lib/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;