Added minimum node version to package.json to prevent installation of pyright CLI on incompatible versions of node.

This commit is contained in:
Eric Traut 2020-06-26 11:55:42 -07:00
parent 2077e56d92
commit 317e853539

View File

@ -8,6 +8,9 @@
"name": "Microsoft Corporation"
},
"publisher": "Microsoft Corporation",
"engines": {
"node": ">=12.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/pyright"