This commit is contained in:
DebaucheryLibrarian 2024-09-11 05:16:54 +02:00
parent 6131d0a76c
commit 9f1248301b
2 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "reddit-post-dump",
"version": "1.6.0",
"version": "1.6.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,10 +1,10 @@
{
"name": "reddit-post-dump",
"version": "1.6.0",
"version": "1.6.1",
"description": "Reddit user post dump tool with versatile saving patterns and fallback searches for deleted users.",
"main": "app.js",
"scripts": {
"start": "node src/app.js"
"start": "node src/app.js"
},
"pkg": {
"scripts": "src/app.js",