mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-12 19:25:10 +00:00
remove some unused deps
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user