remove some unused deps

This commit is contained in:
Rich Harris
2018-03-10 09:48:52 -05:00
parent 1eed1023aa
commit c82031a8e5
4 changed files with 0 additions and 12 deletions

View File

@@ -10,10 +10,6 @@ import { dest } from '../config';
const app = polka();
function read_json(file: string) {
return JSON.parse(sander.readFileSync(file, { encoding: 'utf-8' }));
}
export default async function exporter(export_dir: string) {
const build_dir = dest();