Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
fix(import) rm unzip dep
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Jan 27, 2018
1 parent 096f57a commit 1fdb10f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ export class Importer {

const zip = new AdmZip(this.importPath)
zip.extractAllTo(this.importDir)
const output = unzip.Extract({ path: this.importDir })

this.out.action.stop(chalk.cyan(`${Date.now() - before}ms`))
}
Expand Down

0 comments on commit 1fdb10f

Please sign in to comment.