summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorreverite <samantha@chalker.io>2018-04-08 21:43:15 -0700
committerreverite <samantha@chalker.io>2018-04-08 21:43:15 -0700
commit036e4d286253edc7400857b9afe0b00d36e750ae (patch)
tree9df69ddc92ebde7712daac4889becd9c7c6218db /package.json
parente369e5a8e45ebe660a468baced573a79ddb9debf (diff)
Upgrade dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 6 insertions, 5 deletions
diff --git a/package.json b/package.json
index cfaec10..b0283a7 100644
--- a/package.json
+++ b/package.json
@@ -6,12 +6,13 @@
   "author": "@mykola@a.weirder.earth",
   "license": "MIT",
   "dependencies": {
-    "mastodon": "^1.1.1",
-    "pg": "^6.1.5",
-    "pm2": "^2.4.4"
+    "mastodon": "^1.2.2",
+    "pg": "^7.4.1",
+    "pm2": "^2.10.2"
   },
   "scripts": {
-    "start": "pm2 start index.js",
-    "restart": "pm2 restart index"
+    "start": "pm2 start --no-daemon index.js --restart-delay 10000",
+    "restart": "pm2 restart --no-daemon index.js --restart-delay 10000"
   }
 }
+