Skip to content

Commit

Permalink
fix(processor): Remove non-working TS "support"
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Radchenko committed Feb 13, 2017
1 parent 13567e1 commit f888f53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
var processor = require('./processors/js');

module.exports.processors = {
'.js': processor,
'.ts': processor
'.js': processor
};

0 comments on commit f888f53

Please sign in to comment.