Skip to content

Commit 766809a

Browse files
Fix: Restore correct package name and version
1 parent e262888 commit 766809a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "claude-sub-agents",
3-
"version": "2.0.0",
2+
"name": "@webdevtoday/claude-agents",
3+
"version": "1.2.0",
44
"description": "AI-powered development shop with 15 specialized agents for Claude Code. Features concurrent execution, shared memory, and web dashboard for 80% faster development.",
55
"main": "src/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)