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

This commit is contained in:
Eyal Toledano
2025-04-09 00:09:23 -04:00
committed by Ralph Khreish
parent 4386e74ed2
commit f4641cff82

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'
}
};