Skip to content

Commit 97c7447

Browse files
committed
Access public
1 parent 7228fc9 commit 97c7447

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
registry-url: 'https://registry.npmjs.org'
1414
- run: npm install
1515
- run: npm run build
16-
- run: npm publish
16+
- run: npm publish --access=public
1717
env:
1818
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@torchlight-api/client",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "A general purpose JavaScript client for Torchlight - the syntax highlighting API",
55
"source": "*.js",
66
"type": "module",

0 commit comments

Comments
 (0)