feat: fix deployment

This commit is contained in:
Nevo David 2025-07-07 19:17:37 +07:00
parent 2f90e84b6f
commit c2cef77c90
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@postiz/node",
"version": "1.0.2",
"version": "1.0.3",
"description": "The Ultimate social media scheduling tool",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@ -15,5 +15,8 @@
"keywords"
],
"author": "Your Name",
"license": "AGPL-3.0"
"license": "AGPL-3.0",
"dependencies": {
"form-data": "4.0.3"
}
}