From c570ea19175f957af425ce413aabe623bafabd1b Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Thu, 31 Jan 2019 14:51:28 -0500 Subject: [PATCH] add pg and ignore node_modules --- .gitignore | 3 ++- package.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1a89dfb..4d2dcdf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ npm-debug.log -*.swp \ No newline at end of file +*.swp +/node_modules \ No newline at end of file diff --git a/package.json b/package.json index 63cffb4..951a50b 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "author": "", "license": "ISC", "dependencies": { - "express": "^4.16.4" + "express": "^4.16.4", + "pg": "^7.8.0" } }