Duplication and unnecessary dependency cleanup

This commit is contained in:
Angelos Chalaris
2018-09-15 15:03:39 +03:00
parent a90e7b58f9
commit a0b294bfdf
6 changed files with 12 additions and 19 deletions

View File

@ -4,7 +4,6 @@
*/
// Load modules
const fs = require('fs-extra'),
https = require('https'),
path = require('path'),
chalk = require('chalk'),
md = require('markdown-it')(),