From 5f09a1b2fbef8bab620112036c3c38bb8d84322c Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 29 Jul 2025 00:51:27 -0400 Subject: [PATCH] Clean up and optimize root directory - Remove large test PDF files (15.5MB total): '2025-04-23 Stax Holding Company, LLC Confidential Information Presentation for Stax Holding Company, LLC - April 2025.pdf' (9.9MB) and 'stax-cim-test.pdf' (5.6MB) - Remove unused dependency: form-data from root package.json - Keep all essential documentation and configuration files - Maintain project structure integrity while reducing repository size --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 6f71211..1ccadc7 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,6 @@ "npm": ">=8.0.0" }, "dependencies": { - "axios": "^1.11.0", - "form-data": "^4.0.4" + "axios": "^1.11.0" } }