mirror of
https://github.com/bmadcode/BMAD-METHOD.git
synced 2025-12-29 16:14:59 +00:00
we only need one yaml lib
This commit is contained in:
@@ -44,7 +44,7 @@ class ClaudeCodeSetup extends BaseIdeSetup {
|
||||
const injectionConfigPath = path.join(sourceModulesPath, moduleName, 'sub-modules', 'claude-code', 'injections.yaml');
|
||||
|
||||
if (await this.exists(injectionConfigPath)) {
|
||||
const yaml = require('js-yaml');
|
||||
const yaml = require('yaml');
|
||||
|
||||
try {
|
||||
// Load injection configuration
|
||||
|
||||
Reference in New Issue
Block a user