Skip to content

Commit eb1e597

Browse files
Removing node version
Removing this version so it doesn't cause confusion with the quickstart. This sample is used with this quickstart: https://docs.microsoft.com/en-us/azure/app-service/app-service-web-get-started-nodejs The quickstart currently specifies 8.11.1. Removing the version from package.json ensures that the App Setting takes precedence and there's no confusion on overrides.
1 parent 784ab18 commit eb1e597

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"private": true,
66
"license": "MIT",
77
"author": "Microsoft",
8-
"engines": {
9-
"node": ">=6.9.1"
10-
},
118
"scripts": {
129
"start": "node index.js"
1310
}

0 commit comments

Comments
 (0)