We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c427ffd commit def6deeCopy full SHA for def6dee
.github/workflows/npm-publish.yml
@@ -24,6 +24,6 @@ jobs:
24
run: npm ci
25
26
- name: Publish package
27
- run: npm publish
+ run: npm publish --access public
28
env:
29
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@redocmx/client",
3
- "version": "0.0.3",
+ "version": "0.0.4",
4
"description": "Conversión CFDI a PDF",
5
"main": "src/index.js",
6
"types": "src/types.d.ts",
0 commit comments