Skip to content

Commit 2647a3c

Browse files
authored
Update the package name to 'mux' (#546)
I've updated the `mux` NPM to use the GitHub Actions auth too.
1 parent 83f9dd4 commit 2647a3c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"lockfileVersion": 1,
33
"workspaces": {
44
"": {
5-
"name": "@coder/cmux",
5+
"name": "mux",
66
"dependencies": {
77
"@ai-sdk/anthropic": "^2.0.29",
88
"@ai-sdk/openai": "^2.0.52",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"name": "@coder/cmux",
2+
"name": "mux",
33
"version": "0.5.1",
44
"description": "cmux - coder multiplexer",
55
"author": "Coder",
66
"main": "dist/main.js",
77
"bin": {
8-
"cmux": "dist/main.js"
8+
"mux": "dist/main.js"
99
},
1010
"license": "AGPL-3.0-only",
1111
"repository": {

0 commit comments

Comments
 (0)