diff --git a/README.md b/README.md index dd1817740..5c40333be 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,6 @@ This sample demonstrates a tiny Hello World node.js app for [App Service Web App ## Contributing This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. + + +# nothing changed! diff --git a/package.json b/package.json index 5833a6fae..ffb96f846 100644 --- a/package.json +++ b/package.json @@ -8,18 +8,18 @@ "scripts": { "start": "node index.js", "lint": "eslint", - "format": "prettier --single-quote --write *.js" + "format": "prettier --single-quote --write *.js" }, "devDependencies": { "eslint": "^7.5.0", "prettier": "^2.0.5" - }, + }, "dependencies": { "body-parser": "^1.19.0", "cors": "^2.8.5", - "express": "^4.17.1" - }, - "engines": { + "express": "^4.21.1" + }, + "engines": { "node": ">=10" - } + } }