fix: Remove task-master-ai as a dependency from the package.json generated during init (#129)

Co-authored-by: Eyal Toledano <eyal@microangel.so>
This commit is contained in:
Eyal Toledano
2025-04-09 04:06:40 -04:00
committed by GitHub
parent 66f16870c6
commit e6fe5dac85

View File

@@ -640,8 +640,7 @@ function createProjectStructure(
jsonwebtoken: '^9.0.2',
'lru-cache': '^10.2.0',
openai: '^4.89.0',
ora: '^8.2.0',
'task-master-ai': '^0.9.31'
ora: '^8.2.0'
}
};