Skip to content

Commit 8d788b6

Browse files
Brian Madisonclaude
authored andcommitted
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 <[email protected]>
1 parent 0a838e9 commit 8d788b6

File tree

2 files changed

+82
-1
lines changed

2 files changed

+82
-1
lines changed

package-lock.json

Lines changed: 80 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"chalk": "^4.1.2",
2222
"fs-extra": "^11.1.0",
2323
"inquirer": "^8.2.5",
24-
"ora": "^5.4.1"
24+
"ora": "^5.4.1",
25+
"glob": "^8.0.3"
2526
},
2627
"keywords": [
2728
"agile",

0 commit comments

Comments
 (0)