Skip to content

Commit

Permalink
Node version set in application settings
Browse files Browse the repository at this point in the history
Removing engines parameter to avoid confusion.
See quickstart here: https://docs.microsoft.com/en-us/azure/app-service/app-service-web-get-started-nodejs
  • Loading branch information
msangapu-msft committed Sep 26, 2018
1 parent 8f1688d commit a8a2a9d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
"private": true,
"license": "MIT",
"author": "Microsoft",
"engines": {
"node": ">=6.9.1"
},
"scripts": {
"start": "node index.js"
}
Expand Down

1 comment on commit a8a2a9d

@215599blessmuneri21
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

coding development

Please sign in to comment.