From b216006e6f1803f0d3cd76b52abc0a24fa00cb61 Mon Sep 17 00:00:00 2001 From: Rodrigo Cabral Date: Tue, 24 Feb 2015 13:33:06 -0300 Subject: [PATCH] Renamed folder and files for match the npm package --- is-js/is-js-tests.ts => is_js/is_js-tests.ts | 2 +- is-js/is-js.d.ts => is_js/is_js.d.ts | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename is-js/is-js-tests.ts => is_js/is_js-tests.ts (99%) rename is-js/is-js.d.ts => is_js/is_js.d.ts (100%) diff --git a/is-js/is-js-tests.ts b/is_js/is_js-tests.ts similarity index 99% rename from is-js/is-js-tests.ts rename to is_js/is_js-tests.ts index 44940bee1d..d90728e85e 100644 --- a/is-js/is-js-tests.ts +++ b/is_js/is_js-tests.ts @@ -1,4 +1,4 @@ -/// +/// //#region Type checks diff --git a/is-js/is-js.d.ts b/is_js/is_js.d.ts similarity index 100% rename from is-js/is-js.d.ts rename to is_js/is_js.d.ts