Install and use prettier

This commit is contained in:
2021-09-24 20:24:39 -05:00
parent 996e3610ac
commit d4d904d165
21 changed files with 358 additions and 323 deletions

View File

@@ -1,7 +1,6 @@
{
"name": "serverless-fullstack-app-api",
"name": "forgetmenot",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"bcryptjs": "^2.4.3",
@@ -15,6 +14,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
"author": "Ben Ramey <benramey@fastmail.com>",
"license": "ISC",
"description": ""
}