adjust in store files

This commit is contained in:
Davidson Gomes
2023-07-05 19:16:47 -03:00
parent db95de6731
commit 0a925df2a9
14 changed files with 54 additions and 34 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "evolution-api",
"version": "1.2.0",
"version": "1.1.3",
"description": "Rest api for communication with WhatsApp",
"main": "index.js",
"main": "./dist/src/main.js",
"scripts": {
"build": "tsc",
"start": "ts-node --files --transpile-only ./src/main.ts",