From aa4834ffc0dcbb53200861c2e7ece92da7bd4ad9 Mon Sep 17 00:00:00 2001 From: Nick Playfair <842413+nplayfair@users.noreply.github.com> Date: Tue, 17 Jun 2025 14:15:04 +0100 Subject: [PATCH] Remove redundant requires --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 6237fe2..4d44dbc 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,4 @@ //Modules -// const AdmZip = require('adm-zip'); import AdmZip from 'adm-zip'; import { emptyDirSync, ensureDirSync } from 'fs-extra'; import path from 'path';