From e470338457fedabe0f72f3e4b77d18c4de8a181d Mon Sep 17 00:00:00 2001 From: Maks3w Date: Tue, 21 Apr 2015 10:58:20 +0200 Subject: [PATCH] Rename hal > hypertext-application-language --- .../hypertext-application-language-tests.ts | 2 +- .../hypertext-application-language.d.ts | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename hal/hal-tests.ts => hypertext-application-language/hypertext-application-language-tests.ts (76%) rename hal/hal.d.ts => hypertext-application-language/hypertext-application-language.d.ts (100%) diff --git a/hal/hal-tests.ts b/hypertext-application-language/hypertext-application-language-tests.ts similarity index 76% rename from hal/hal-tests.ts rename to hypertext-application-language/hypertext-application-language-tests.ts index 1a8e9a4a6d..13a88fe870 100644 --- a/hal/hal-tests.ts +++ b/hypertext-application-language/hypertext-application-language-tests.ts @@ -1,4 +1,4 @@ -/// +/// // Link object diff --git a/hal/hal.d.ts b/hypertext-application-language/hypertext-application-language.d.ts similarity index 100% rename from hal/hal.d.ts rename to hypertext-application-language/hypertext-application-language.d.ts