Skip to content

Commit bf114df

Browse files
committed
Merge branch 'master' of github.com:Azure-Samples/nodejs-docs-hello-world
2 parents 8eb63bd + da9842e commit bf114df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"author": "Microsoft",
88
"engines": {
9-
"node": "~6"
9+
"node": ">=6.9.1"
1010
},
1111
"scripts": {
1212
"start": "node index.js"

0 commit comments

Comments
 (0)