From e5eba44aea3aee084e05b2c41034430a33dfb33f Mon Sep 17 00:00:00 2001 From: Chris Barth Date: Fri, 14 Jul 2017 15:52:08 -0400 Subject: [PATCH] Linting --- types/uuid/index.d.ts | 1 + types/uuid/interfaces.d.ts | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/types/uuid/index.d.ts b/types/uuid/index.d.ts index 80122eaf5e..a979b989fd 100644 --- a/types/uuid/index.d.ts +++ b/types/uuid/index.d.ts @@ -2,6 +2,7 @@ // Project: https://github.com/kelektiv/node-uuid // Definitions by: Oliver Hoffmann // Felipe Ochoa +// Chris Barth // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.2 diff --git a/types/uuid/interfaces.d.ts b/types/uuid/interfaces.d.ts index a5a6484f26..28a13fc3fa 100644 --- a/types/uuid/interfaces.d.ts +++ b/types/uuid/interfaces.d.ts @@ -1,8 +1,3 @@ -// Type definitions for uuid 3.1 -// Project: // Project: https://github.com/kelektiv/node-uuid -// Definitions by: Oliver Hoffmann , Chris Barth -// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped - /// // Uses ArrayLike to admit Unit8 and co.