This commit is contained in:
ThePendulum 2018-04-29 04:13:05 +02:00
parent 4754e2445d
commit 9c388f04c7
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",