refactor: simplify package structure by eliminating templates directory

This commit is contained in:
Eyal Toledano
2025-03-04 16:50:42 -05:00
parent fdd8c5cf3b
commit 290163f53f
7 changed files with 203 additions and 99 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "claude-task-master",
"version": "1.2.6",
"version": "1.3.0",
"description": "A task management system for AI-driven development with Claude",
"main": "index.js",
"type": "module",
@@ -44,7 +44,8 @@
"files": [
"scripts/init.js",
"scripts/dev.js",
"templates/**",
"assets/**",
".cursor/**",
"README.md",
"index.js"
]