add pg and ignore node_modules
This commit is contained in:
parent
baea25aab5
commit
c570ea1917
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
npm-debug.log
|
||||
*.swp
|
||||
/node_modules
|
@ -9,6 +9,7 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"express": "^4.16.4"
|
||||
"express": "^4.16.4",
|
||||
"pg": "^7.8.0"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user