From 8ce61979e5d3e3620ae8fce0f477187ca763bbb3 Mon Sep 17 00:00:00 2001 From: Alexander James Phillips Date: Mon, 8 May 2017 00:54:12 +0100 Subject: [PATCH] Move v15 hapi code back to v16 now that all tests are passing --- types/hapi/{v15 => v16}/hapi-tests.ts | 0 types/hapi/{v15 => v16}/index.d.ts | 2 +- types/hapi/{v15 => v16}/tsconfig.json | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename types/hapi/{v15 => v16}/hapi-tests.ts (100%) rename types/hapi/{v15 => v16}/index.d.ts (99%) rename types/hapi/{v15 => v16}/tsconfig.json (95%) diff --git a/types/hapi/v15/hapi-tests.ts b/types/hapi/v16/hapi-tests.ts similarity index 100% rename from types/hapi/v15/hapi-tests.ts rename to types/hapi/v16/hapi-tests.ts diff --git a/types/hapi/v15/index.d.ts b/types/hapi/v16/index.d.ts similarity index 99% rename from types/hapi/v15/index.d.ts rename to types/hapi/v16/index.d.ts index 2a59422c69..6fdef94dec 100644 --- a/types/hapi/v15/index.d.ts +++ b/types/hapi/v16/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for hapi 15.0 +// Type definitions for hapi 16.0 // Project: http://github.com/spumko/hapi // Definitions by: Jason Swearingen // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped diff --git a/types/hapi/v15/tsconfig.json b/types/hapi/v16/tsconfig.json similarity index 95% rename from types/hapi/v15/tsconfig.json rename to types/hapi/v16/tsconfig.json index 4a54b80605..dc9efa3519 100644 --- a/types/hapi/v15/tsconfig.json +++ b/types/hapi/v16/tsconfig.json @@ -14,7 +14,7 @@ "types": [], "paths": { "hapi": [ - "hapi/v15" + "hapi/v16" ] }, "noEmit": true,