task: update engines in package.json and README to clarify that node 10.x is expected
This commit is contained in:
parent
fc07bfdb85
commit
3be0621647
2 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@
|
|||
"cache": true
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=10.0.0"
|
||||
"node": ">=10.0.0 <11.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.6.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue