Skip to content

Commit 626263d

Browse files
authored
Merge pull request #8 from twilio-labs/v0.1.0
bmp version
2 parents 26cbb92 + 9235c0f commit 626263d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
registry-url: https://registry.npmjs.org/
3030
- run: npm ci
3131
- run: npm run build
32-
- run: npm publish
32+
- run: npm publish --access public
3333
env:
3434
NODE_AUTH_TOKEN: ${{secrets.twilio_alpha_npm_token}}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "module",
88
"main": "dist/server/dashboard-server.js",
99
"bin": {
10-
"mcp-te-benchmark": "./dist/cli.js"
10+
"mcp-te-benchmark": "dist/cli.js"
1111
},
1212
"files": [
1313
"public/",
@@ -58,7 +58,7 @@
5858
},
5959
"engines": {
6060
"node": ">=20.0.0",
61-
"npm": ">=11.0.0"
61+
"npm": ">=10.8.0"
6262
},
6363
"publishConfig": {
6464
"access": "public"

0 commit comments

Comments
 (0)