From 8d82fad51d9565e06cef265d8e7197fbb8817c3b Mon Sep 17 00:00:00 2001 From: Stefan Rahnev Date: Mon, 11 May 2015 12:25:34 +0300 Subject: [PATCH] file naming convention and test file added --- kendo-ui/kendo-ui-tests.ts | 1 + kendo-ui/{kendo.all.d.ts => kendo-ui.d.ts} | 0 2 files changed, 1 insertion(+) create mode 100644 kendo-ui/kendo-ui-tests.ts rename kendo-ui/{kendo.all.d.ts => kendo-ui.d.ts} (100%) diff --git a/kendo-ui/kendo-ui-tests.ts b/kendo-ui/kendo-ui-tests.ts new file mode 100644 index 0000000000..a9944b6afe --- /dev/null +++ b/kendo-ui/kendo-ui-tests.ts @@ -0,0 +1 @@ +/// \ No newline at end of file diff --git a/kendo-ui/kendo.all.d.ts b/kendo-ui/kendo-ui.d.ts similarity index 100% rename from kendo-ui/kendo.all.d.ts rename to kendo-ui/kendo-ui.d.ts