Skip to content

Commit 26cbb92

Browse files
authored
Merge pull request #7 from twilio-labs/v0.1.0
bmp version
2 parents ae54ea6 + d4a2829 commit 26cbb92

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
with:
1616
node-version: 20
1717
- run: npm ci
18-
- run: npm run test
1918
- run: npm run lint
2019

2120
publish-npm:

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,8 @@
5959
"engines": {
6060
"node": ">=20.0.0",
6161
"npm": ">=11.0.0"
62+
},
63+
"publishConfig": {
64+
"access": "public"
6265
}
6366
}

0 commit comments

Comments
 (0)