summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authormyk bilokonsky <mbilokonsky@gmail.com>2017-04-09 23:16:48 +0200
committermyk bilokonsky <mbilokonsky@gmail.com>2017-04-09 23:16:48 +0200
commitb525b1adf8eb965bcef8c08fe5e67cefd4fe1fe3 (patch)
tree34246ab7d309ff539f8a0e501eb8e344125cb7c6 /package.json
parent50bab21cda2ed50455ae1e7ba662d982410695d5 (diff)
whoops forgot database library
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 4387862..4c410fc 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,7 @@
   "author": "@mykola@a.weirder.earth",
   "license": "MIT",
   "dependencies": {
-    "mastodon": "^1.1.1"
+    "mastodon": "^1.1.1",
+    "pg": "^6.1.5"
   }
 }