chore: cleanup imports

This commit is contained in:
calebboyd
2018-06-07 11:13:45 -04:00
committed by Caleb Boyd
parent c3a2fd9eb4
commit dbcbadf9a5
11 changed files with 8 additions and 28 deletions
-1
View File
@@ -1,7 +1,6 @@
import { NexeCompiler } from '../compiler'
import { readFileAsync, writeFileAsync } from '../util'
import { resolve, relative } from 'path'
import { NexeOptions } from '../options'
import resolveFiles from 'resolve-dependencies'
function makeRelative(cwd: string, path: string) {