Skip to content

Commit

Permalink
Remove unused module
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Dec 12, 2019
1 parent 9a73560 commit 5984c75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ if (true || parseInt(process.versions.node.split('.')[0]) < 6) {
}
}
const nodeFS = require('fs');
const nodePath = require('path');
const coffeeCompiler = require('coffee-compiler');
const tsc = require('virtual-tsc');
const typescript = require('typescript');
Expand Down

0 comments on commit 5984c75

Please sign in to comment.