From 4cdeff6bd611ff5cfdd428c84592d950813bf30e Mon Sep 17 00:00:00 2001 From: Luis Date: Thu, 21 Mar 2019 11:22:56 +0000 Subject: [PATCH] added the correct GitHub repo on the header of the "child-process-promise"'s definition file --- types/child-process-promise/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/child-process-promise/index.d.ts b/types/child-process-promise/index.d.ts index 2740c8e197..ddc627ae9a 100644 --- a/types/child-process-promise/index.d.ts +++ b/types/child-process-promise/index.d.ts @@ -1,12 +1,11 @@ // Type definitions for child-process-promise 2.2.1 -// Project: https://github.com/TheDSCPL/types_child-process-promise +// Project: https://github.com/patrick-steele-idem/child-process-promise // Definitions by: Luis Paulo // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 3.3.3 /// -// import child_process = require('child_process'); import { ChildProcess, ExecFileOptionsWithBufferEncoding, ExecFileOptionsWithOtherEncoding, @@ -111,3 +110,4 @@ declare namespace cpp { options?: Readonly ): ChildProcessPromise; } +