fix: Add glob dependency for installer

- Adds missing glob package used by file-manager.js
- Fixes MODULE_NOT_FOUND error for glob

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Brian Madison
2025-06-13 08:52:51 -05:00
parent 0a838e9d57
commit 8d788b6f49
2 changed files with 82 additions and 1 deletions

View File

@@ -21,7 +21,8 @@
"chalk": "^4.1.2",
"fs-extra": "^11.1.0",
"inquirer": "^8.2.5",
"ora": "^5.4.1"
"ora": "^5.4.1",
"glob": "^8.0.3"
},
"keywords": [
"agile",