feat: fix deployment
This commit is contained in:
parent
2f90e84b6f
commit
c2cef77c90
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue