From d68aa4bbc6daf72f1ce6d0c69f594cc9ea4e0ff0 Mon Sep 17 00:00:00 2001 From: Max Knor Date: Sat, 22 Sep 2018 11:23:48 +0200 Subject: [PATCH] Changed filename of tests.ts --- ...t-lazyheaders-tests.ts => markdown-it-lazy-headers-tests.ts} | 0 types/markdown-it-lazy-headers/tsconfig.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename types/markdown-it-lazy-headers/{markdown-it-lazyheaders-tests.ts => markdown-it-lazy-headers-tests.ts} (100%) diff --git a/types/markdown-it-lazy-headers/markdown-it-lazyheaders-tests.ts b/types/markdown-it-lazy-headers/markdown-it-lazy-headers-tests.ts similarity index 100% rename from types/markdown-it-lazy-headers/markdown-it-lazyheaders-tests.ts rename to types/markdown-it-lazy-headers/markdown-it-lazy-headers-tests.ts diff --git a/types/markdown-it-lazy-headers/tsconfig.json b/types/markdown-it-lazy-headers/tsconfig.json index 353603784a..96e39b5ffe 100644 --- a/types/markdown-it-lazy-headers/tsconfig.json +++ b/types/markdown-it-lazy-headers/tsconfig.json @@ -18,6 +18,6 @@ }, "files": [ "index.d.ts", - "markdown-it-lazyheaders-tests.ts" + "markdown-it-lazy-headers-tests.ts" ] } \ No newline at end of file