Chapter 7: postgres update

This commit is contained in:
Beth Griggs
2020-05-22 00:18:59 +01:00
parent d8d40e12e5
commit ed914ab3f0
2 changed files with 16 additions and 122 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "postgres-app",
"version": "1.0.0",
"description": "",
"main": "tasks.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^8.2.0",
"pg": "^8.2.1"
}
}