From ca36987882fd9ff55fbf7a1afe9d3f28a35de434 Mon Sep 17 00:00:00 2001 From: Alexander James Phillips Date: Sun, 7 May 2017 18:47:21 +0100 Subject: [PATCH] Try moving v16.0 code to v16 directory Maybe that will fix "types/hapi/v16.0 has unused file hapi-tests.ts" error --- types/hapi/{v16.0 => v16}/hapi-tests.ts | 0 types/hapi/{v16.0 => v16}/index.d.ts | 0 types/hapi/{v16.0 => v16}/tsconfig.json | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename types/hapi/{v16.0 => v16}/hapi-tests.ts (100%) rename types/hapi/{v16.0 => v16}/index.d.ts (100%) rename types/hapi/{v16.0 => v16}/tsconfig.json (94%) diff --git a/types/hapi/v16.0/hapi-tests.ts b/types/hapi/v16/hapi-tests.ts similarity index 100% rename from types/hapi/v16.0/hapi-tests.ts rename to types/hapi/v16/hapi-tests.ts diff --git a/types/hapi/v16.0/index.d.ts b/types/hapi/v16/index.d.ts similarity index 100% rename from types/hapi/v16.0/index.d.ts rename to types/hapi/v16/index.d.ts diff --git a/types/hapi/v16.0/tsconfig.json b/types/hapi/v16/tsconfig.json similarity index 94% rename from types/hapi/v16.0/tsconfig.json rename to types/hapi/v16/tsconfig.json index 47cd935a2b..dc9efa3519 100644 --- a/types/hapi/v16.0/tsconfig.json +++ b/types/hapi/v16/tsconfig.json @@ -14,7 +14,7 @@ "types": [], "paths": { "hapi": [ - "hapi/v16.0" + "hapi/v16" ] }, "noEmit": true,