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

This commit is contained in:
Jon
2025-07-29 00:51:27 -04:00
parent 70c02df6e7
commit 5f09a1b2fb

View File

@@ -39,7 +39,6 @@
"npm": ">=8.0.0"
},
"dependencies": {
"axios": "^1.11.0",
"form-data": "^4.0.4"
"axios": "^1.11.0"
}
}