Allow reading 'package.json' as node-version-file

This commit is contained in:
mannie.exe 2022-05-06 09:31:10 -07:00 committed by Manpreet Singh
parent 2fddd8803e
commit 7d279e1d70
3 changed files with 50 additions and 8 deletions

View file

@ -0,0 +1,5 @@
{
"engines": {
"node": ">=14.0.0"
}
}