PR-115540: npx fix and updating packages.

This commit is contained in:
2022-08-06 02:02:18 +00:00
parent 7f18acc13e
commit c27171be3e
4 changed files with 897 additions and 1065 deletions

View File

@ -48,11 +48,6 @@ It will create a dist folder and run:
```
npm publish
```
This will publish on npm your package. (Remember to delete on package.json)
```
"bin": "./bin/cli.js",
```
and delete bin folder or modify node bash to use npx.
## Cheers
Hope you enjoy this proyect! Sincerely Alejandro Lembke Barrientos.