mirror of
https://github.com/czlonkowski/n8n-skills.git
synced 2026-03-16 23:43:08 +00:00
fix: Change repository field from object to string in plugin.json
Claude Code expects repository field to be a string, not an object.
Error: repository: Expected string, received object
Changed from:
"repository": { "type": "git", "url": "..." }
To:
"repository": "https://github.com/czlonkowski/n8n-skills"
This follows Claude Code's plugin.json schema where repository is a simple
string URL rather than npm's package.json format.
Distribution package regenerated with corrected plugin.json.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Conceived by Romuald Członkowski - https://www.aiadvisors.pl/en
This commit is contained in:
@@ -15,9 +15,6 @@
|
||||
"validation",
|
||||
"expressions"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/czlonkowski/n8n-skills"
|
||||
},
|
||||
"repository": "https://github.com/czlonkowski/n8n-skills",
|
||||
"homepage": "https://github.com/czlonkowski/n8n-skills"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user