Skip to content

Commit 7fc0bc2

Browse files
committed
docs(plugin.json): update skills path to use relative import syntax
feat(plugin.json): add support for relative imports in plugin configuration
1 parent 4d6955a commit 7fc0bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/webflow-skills/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"name": "webflow-skills",
33
"description": "Skills for working with Webflow sites - CMS management, publishing, QA, and site operations",
44
"version": "1.0.0",
5-
"skills": "skills/"
5+
"skills": "./skills/"
66
}
77

0 commit comments

Comments
 (0)