Compare commits
3 Commits
remove-pac
...
crunchyman
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
82eb76199d | ||
|
|
e6fe5dac85 | ||
|
|
66f16870c6 |
3
.vscode/extensions.json
vendored
Normal file
3
.vscode/extensions.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"recommendations": ["esbenp.prettier-vscode"]
|
||||
}
|
||||
@@ -131,6 +131,12 @@ cd claude-task-master
|
||||
node scripts/init.js
|
||||
```
|
||||
|
||||
## Contributors
|
||||
|
||||
<a href="https://github.com/eyaltoledano/claude-task-master/graphs/contributors">
|
||||
<img src="https://contrib.rocks/image?repo=eyaltoledano/claude-task-master" alt="Task Master project contributors" />
|
||||
</a>
|
||||
|
||||
## Star History
|
||||
|
||||
[](https://www.star-history.com/#eyaltoledano/claude-task-master&Timeline)
|
||||
|
||||
@@ -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'
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user