From 02279fbd13be43528ee726a5b33e967f3cb6e50c Mon Sep 17 00:00:00 2001 From: dangoo Date: Mon, 15 Apr 2019 13:17:38 +0200 Subject: [PATCH] fix: restore original authors name --- types/json2csv/index.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types/json2csv/index.d.ts b/types/json2csv/index.d.ts index bb8e0ba5b9..96a6b5d5ec 100644 --- a/types/json2csv/index.d.ts +++ b/types/json2csv/index.d.ts @@ -1,6 +1,7 @@ // Type definitions for json2csv 4.4 // Project: https://github.com/zemirco/json2csv -// Definitions by: Daniel Gooß +// Definitions by: Juanjo Diaz +// Daniel Gooß // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.2