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" } }