Skip to content

Commit c427ffd

Browse files
committed
chore: add scoped package name and make it public
1 parent 4cb4dab commit c427ffd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
2-
"name": "client",
3-
"version": "0.0.2",
2+
"name": "@redocmx/client",
3+
"version": "0.0.3",
44
"description": "Conversión CFDI a PDF",
55
"main": "src/index.js",
66
"types": "src/types.d.ts",
77
"type": "module",
8+
"private": false,
89
"engines": {
910
"node": ">= 18.0.0"
1011
},

0 commit comments

Comments
 (0)