Skip to content

Commit 5c8532a

Browse files
committed
feat: add wcs alias
Adds a shorter alias for the global binary.
1 parent 7821ee3 commit 5c8532a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-codegen-scorer",
3-
"version": "0.0.1",
3+
"version": "0.0.3",
44
"scripts": {
55
"build-runner": "tsc",
66
"release-build": "tsx release-build.ts",
@@ -39,7 +39,8 @@
3939
"default": "./runner/index.js"
4040
},
4141
"bin": {
42-
"web-codegen-scorer": "./runner/bin/cli.js"
42+
"web-codegen-scorer": "./runner/bin/cli.js",
43+
"wcs": "./runner/bin/cli.js"
4344
},
4445
"dependencies": {
4546
"@anthropic-ai/sdk": "^0.56.0",

0 commit comments

Comments
 (0)