Skip to content

Commit 2601039

Browse files
efoutsclaude
andcommitted
fix: simplify bin configuration for proper npx execution and bump to 0.1.4
- Change from object bin config to simple string bin config - This should fix npx execution issues with scoped packages - Version bump to 0.1.4 for testing 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 95013f0 commit 2601039

File tree

2 files changed

+2
-4
lines changed

2 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.3",
3+
"version": "0.1.4",
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.07 KB
Binary file not shown.

0 commit comments

Comments
 (0)