add pg and ignore node_modules

This commit is contained in:
Paul Trowbridge 2019-01-31 14:51:28 -05:00
parent baea25aab5
commit c570ea1917
2 changed files with 4 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
npm-debug.log npm-debug.log
*.swp *.swp
/node_modules

View File

@ -9,6 +9,7 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"express": "^4.16.4" "express": "^4.16.4",
"pg": "^7.8.0"
} }
} }