aizryu.js 2.0.3 → 2.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"aizryu.js",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "A Node.js tool for automating Facebook post sharing.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -16,6 +16,7 @@
16
16
  "chalk": "^3.0.0",
17
17
  "express": "^4.18.2",
18
18
  "jsdom": "^23.0.0",
19
+ "express-fileupload": "^1.4.3",
19
20
  "node-fetch": "^3.2.6"
20
21
  }
21
22
  }