From ed0ef6e409b56c6b01a8a1ebcece5d6c5b2d681f Mon Sep 17 00:00:00 2001 From: Andy Hanson Date: Thu, 17 Nov 2016 13:49:04 -0800 Subject: [PATCH] Rename "stats" to "stats.js" --- {stats => stats.js}/index.d.ts | 0 stats/stats-tests.ts => stats.js/stats.js-tests.ts | 0 {stats => stats.js}/tsconfig.json | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename {stats => stats.js}/index.d.ts (100%) rename stats/stats-tests.ts => stats.js/stats.js-tests.ts (100%) rename {stats => stats.js}/tsconfig.json (92%) diff --git a/stats/index.d.ts b/stats.js/index.d.ts similarity index 100% rename from stats/index.d.ts rename to stats.js/index.d.ts diff --git a/stats/stats-tests.ts b/stats.js/stats.js-tests.ts similarity index 100% rename from stats/stats-tests.ts rename to stats.js/stats.js-tests.ts diff --git a/stats/tsconfig.json b/stats.js/tsconfig.json similarity index 92% rename from stats/tsconfig.json rename to stats.js/tsconfig.json index 65aba4f5c6..033ca3099f 100644 --- a/stats/tsconfig.json +++ b/stats.js/tsconfig.json @@ -14,6 +14,6 @@ }, "files": [ "index.d.ts", - "stats-tests.ts" + "stats.js-tests.ts" ] } \ No newline at end of file