added the correct GitHub repo on the header of the "child-process-promise"'s definition file

This commit is contained in:
Luis
2019-03-21 11:22:56 +00:00
parent 0229272d2c
commit 4cdeff6bd6

View File

@@ -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 <https://github.com/TheDSCPL>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.3.3
/// <reference types="node" />
// import child_process = require('child_process');
import {
ChildProcess,
ExecFileOptionsWithBufferEncoding, ExecFileOptionsWithOtherEncoding,
@@ -111,3 +110,4 @@ declare namespace cpp {
options?: Readonly<Options & ForkOptions>
): ChildProcessPromise<SpawnPromiseResult>;
}