Skip to content

Commit edf5269

Browse files
committed
fix(demo/ctx): move tsx to dependencies for global install support
tsx was in devDependencies, which are not installed for global consumers of the bin entry; moving it to dependencies ensures the shebang resolves. Made-with: Cursor
1 parent a3c3c5a commit edf5269

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

demo/ctx/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
"agent": "tsx agent.ts"
1010
},
1111
"dependencies": {
12-
"@anthropic-ai/sdk": "^0.78.0"
13-
},
14-
"devDependencies": {
12+
"@anthropic-ai/sdk": "^0.78.0",
1513
"tsx": "^4.19.3"
1614
}
1715
}

0 commit comments

Comments
 (0)