Skip to content

Commit 5e5d2b2

Browse files
committedNov 29, 2017
chore: remove followRedirects option from type definitions
1 parent abb2be4 commit 5e5d2b2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
 

‎scripts/templates/index.d.ts.tpl

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ declare namespace Github {
2222
ca?: string;
2323
headers?: {[header: string]: any};
2424
requestMedia?: string;
25-
followRedirects?: boolean;
2625
rejectUnauthorized?: boolean;
2726
family?: number;
2827
}

‎scripts/templates/index.js.flow.tpl

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ declare module "github" {
1818
ca?: string;
1919
headers?: {[header: Header]: any};
2020
requestMedia?: string;
21-
followRedirects?: boolean;
2221
rejectUnauthorized?: boolean;
2322
family?: number;
2423
};

0 commit comments

Comments
 (0)
Please sign in to comment.