Skip to content

Commit ffffb09

Browse files
talionwarclaude
andcommitted
fix: normalize bin path in package.json for npm publish
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ae1d969 commit ffffb09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Zero-dependency codebase intelligence for AI agents. Static analysis → structured Markdown.",
55
"type": "module",
66
"bin": {
7-
"fondamenta": "./dist/cli.js"
7+
"fondamenta": "dist/cli.js"
88
},
99
"main": "./dist/index.js",
1010
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)