Chapter 5: prettier

This commit is contained in:
Beth Griggs
2020-05-20 01:21:55 +01:00
parent ce759b45a7
commit a0cf6a254c
11 changed files with 41 additions and 3900 deletions
+3 -3
View File
@@ -1,17 +1,17 @@
{
"name": "consuming-modules",
"version": "1.0.0",
"main": "index.js",
"description": "",
"main": "require-express.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"express": "^4.17.1"
},
"devDependencies": {
"standard": "^14.3.3"
"prettier": "2.0.5"
}
}