Adjusts init message and example env file.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "claude-task-master",
|
||||
"version": "1.6.2",
|
||||
"description": "A task management system for AI-driven development with Claude",
|
||||
"name": "task-master-ai",
|
||||
"version": "0.9.5",
|
||||
"description": "A task management system for ambitious AI-driven development that doesn't overwhelm and confuse Cursor.",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"claude-task-init": "scripts/init.js"
|
||||
"task-master-init": "scripts/init.js"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
|
||||
Reference in New Issue
Block a user