From 3584769461be7f8782e0559b89eb241bbc137615 Mon Sep 17 00:00:00 2001 From: zlx Date: Sun, 2 Oct 2022 03:10:15 +0800 Subject: [PATCH] chore: remove unused dependency --- src/unzip.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {