Skip to content

Commit 59dc9a2

Browse files
efoutsclaude
andcommitted
fix: use string bin format for better npx compatibility and bump to 0.1.6
Based on successful scoped packages like @storybook/cli: - Change from object bin config to string bin config - This follows the pattern of working npx scoped packages - npm automatically creates bin name from package name (without scope) 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 0a76585 commit 59dc9a2

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
{
22
"name": "@this-dot/claude-code-context-status-line",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Custom Claude Code status line to restore context window visibility for AWS Bedrock users by displaying token usage.",
55
"type": "module",
66
"main": "src/context-status.js",
7-
"bin": {
8-
"claude-code-context-status-line": "src/context-status.js"
9-
},
7+
"bin": "src/context-status.js",
108
"files": [
119
"src/",
1210
"README.md",
5.1 KB
Binary file not shown.
5.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)