We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7228fc9 commit 97c7447Copy full SHA for 97c7447
.github/workflows/publish.yml
@@ -13,6 +13,6 @@ jobs:
13
registry-url: 'https://registry.npmjs.org'
14
- run: npm install
15
- run: npm run build
16
- - run: npm publish
+ - run: npm publish --access=public
17
env:
18
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@torchlight-api/client",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"description": "A general purpose JavaScript client for Torchlight - the syntax highlighting API",
5
"source": "*.js",
6
"type": "module",
0 commit comments