From e2d4e05420ac487c6372ae66518234f1560f528f Mon Sep 17 00:00:00 2001 From: uzlopak Date: Wed, 2 Mar 2022 18:32:40 +0100 Subject: [PATCH] rename definition files to lowercase to avoid typescript bug --- types/{Connection.d.ts => connection.d.ts} | 0 types/{Error.d.ts => error.d.ts} | 0 types/index.d.ts | 6 +++--- types/{PipelineStage.d.ts => pipelinestage.d.ts} | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename types/{Connection.d.ts => connection.d.ts} (100%) rename types/{Error.d.ts => error.d.ts} (100%) rename types/{PipelineStage.d.ts => pipelinestage.d.ts} (100%) diff --git a/types/Connection.d.ts b/types/connection.d.ts similarity index 100% rename from types/Connection.d.ts rename to types/connection.d.ts diff --git a/types/Error.d.ts b/types/error.d.ts similarity index 100% rename from types/Error.d.ts rename to types/error.d.ts diff --git a/types/index.d.ts b/types/index.d.ts index b4733ec2dca..6bb0de17368 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -1,6 +1,6 @@ -/// -/// -/// +/// +/// +/// import events = require('events'); import mongodb = require('mongodb'); diff --git a/types/PipelineStage.d.ts b/types/pipelinestage.d.ts similarity index 100% rename from types/PipelineStage.d.ts rename to types/pipelinestage.d.ts