From f888f53bbf58775c974a423781d601f4850ec256 Mon Sep 17 00:00:00 2001 From: Ilya Radchenko Date: Mon, 13 Feb 2017 09:29:16 -0500 Subject: [PATCH] fix(processor): Remove non-working TS "support" --- lib/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/index.js b/lib/index.js index d253e25..0d69936 100644 --- a/lib/index.js +++ b/lib/index.js @@ -7,7 +7,6 @@ var processor = require('./processors/js'); module.exports.processors = { - '.js': processor, - '.ts': processor + '.js': processor };