Skip to content

Commit 222a470

Browse files
PaulDuvallclaude
andcommitted
fix: change package name to scoped @paulduvall/claude-dev-toolkit
- Add @PaulDuvall scope to package name to avoid npm conflicts - Add publishConfig with public access for scoped packages - Resolves NPM 404 Not Found error during publishing - Enables successful publication to npm registry 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 53e979f commit 222a470

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

claude-dev-toolkit/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "claude-dev-toolkit",
2+
"name": "@paulduvall/claude-dev-toolkit",
33
"version": "0.0.1-alpha.1",
44
"description": "Custom commands toolkit for Claude Code - streamline your development workflow",
55
"author": "Paul Duvall",
@@ -66,5 +66,8 @@
6666
"scripts/validate.js",
6767
"README.md",
6868
"LICENSE"
69-
]
69+
],
70+
"publishConfig": {
71+
"access": "public"
72+
}
7073
}

0 commit comments

Comments
 (0)