From 2129015369c3a0c29508ef69d1118935ceb54a23 Mon Sep 17 00:00:00 2001 From: Sindre Moen Date: Thu, 3 Jan 2019 07:57:28 +0100 Subject: [PATCH 1/2] Remove myself from Mongoose v4 contributors --- types/mongoose/v4/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/mongoose/v4/index.d.ts b/types/mongoose/v4/index.d.ts index d8a9feb085..e38317ae5d 100644 --- a/types/mongoose/v4/index.d.ts +++ b/types/mongoose/v4/index.d.ts @@ -1,6 +1,6 @@ // Type definitions for Mongoose 4.7.1 // Project: http://mongoosejs.com/ -// Definitions by: simonxca , horiuchi , sindrenm , lukasz-zak +// Definitions by: simonxca , horiuchi , lukasz-zak // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.3 From 796d89f6d1fe1fb995180eb6e4ef053ebd0ad2bc Mon Sep 17 00:00:00 2001 From: Sindre Moen Date: Thu, 3 Jan 2019 07:59:32 +0100 Subject: [PATCH 2/2] Remove myself from Mongoose contributors --- types/mongoose/index.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/types/mongoose/index.d.ts b/types/mongoose/index.d.ts index b588b4ecef..14e965dd5f 100644 --- a/types/mongoose/index.d.ts +++ b/types/mongoose/index.d.ts @@ -1,7 +1,6 @@ // Type definitions for Mongoose 5.3.4 // Project: http://mongoosejs.com/ // Definitions by: horiuchi -// sindrenm // lukasz-zak // Alorel // jendrikw