diff --git a/src/unzip.ts b/src/unzip.ts index a2d2521..52f9978 100644 --- a/src/unzip.ts +++ b/src/unzip.ts @@ -2,7 +2,7 @@ import { tmpdir } from 'os'; import Mode from 'stat-mode'; import pipe from 'promisepipe'; import createDebug from 'debug'; -import { dirname, basename, join } from 'path'; +import { dirname, join } from 'path'; import { createWriteStream, mkdirp, symlink, unlink } from 'fs-extra'; import streamToPromise from 'stream-to-promise'; import {