Skip to content

Commit 36a5a4c

Browse files
auge2uclaude
andcommitted
fix: correct plugin source path format
- Change "." to "./" for valid source path 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 84ecaf8 commit 36a5a4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"plugins": [
1212
{
1313
"name": "claude-dev-kit",
14-
"source": ".",
14+
"source": "./",
1515
"description": "Comprehensive developer environment toolkit for Claude Code. Includes shell setup (zsh, powerlevel10k), editor config (VS Code/Cursor), git workflows, project templates, quality gates, and context management.",
1616
"version": "1.0.0",
1717
"author": {

0 commit comments

Comments
 (0)