diff --git a/src/TypeORM.ts b/src/typeorm.ts similarity index 99% rename from src/TypeORM.ts rename to src/typeorm.ts index 40375eadf..57d855b3c 100644 --- a/src/TypeORM.ts +++ b/src/typeorm.ts @@ -35,4 +35,4 @@ export function createMysqlConnection(configuration: string|ConnectionOptions, d const connection = this.connectionManager.getConnection(); return connection.connect( configuration).then(() => connection); -} \ No newline at end of file +}