Skip to content

Commit 65bbd9e

Browse files
committed
fix: add GitHub handle to author name in marketplace.json
1 parent b86a14b commit 65bbd9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
33
"name": "ercan-ermis",
44
"owner": {
5-
"name": "Ercan Ermis",
5+
"name": "Ercan Ermis (@flightlesstux)",
66
"email": "eposta@ercanermis.com"
77
},
88
"metadata": {
@@ -16,7 +16,7 @@
1616
"description": "Automatic prompt caching for Claude Code. Intelligently injects cache_control markers into system prompts, tool definitions, and document context to achieve up to 90% reduction in repeated token costs.",
1717
"version": "1.1.1",
1818
"author": {
19-
"name": "Ercan Ermis",
19+
"name": "Ercan Ermis (@flightlesstux)",
2020
"email": "eposta@ercanermis.com"
2121
},
2222
"category": "development",

0 commit comments

Comments
 (0)