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();

View File

@@ -2,7 +2,6 @@ import * as fs from 'fs';
import * as path from 'path';
import * as child_process from 'child_process';
import sade from 'sade';
import mri from 'mri';
import chalk from 'chalk';
import prettyMs from 'pretty-ms';
import help from './help.md';