Skip to content

Commit c7a2521

Browse files
anshmajumdar121claude
andcommitted
fix: correct bin path format, bump to 1.0.2
npm pkg fix removed leading ./ from bin path — npm validates bin entries without the prefix. Republishing as 1.0.2 with working npx entry point. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent fb107a3 commit c7a2521

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@anshmaj121/context-optimizer",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Zero-install context discipline for Claude. 5-27x fewer tokens.",
55
"bin": {
6-
"context-optimizer": "./bin/cli.js"
6+
"context-optimizer": "bin/cli.js"
77
},
88
"files": [
99
"bin/",

0 commit comments

Comments
 (0)