Update node and npm engines in package.json to lts
This commit is contained in:
parent
73eca9254b
commit
40f1bcf309
1 changed files with 2 additions and 2 deletions
|
@ -92,8 +92,8 @@
|
||||||
"webpack-node-externals": "^1.7.2"
|
"webpack-node-externals": "^1.7.2"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "10.15.0",
|
"node": "12.14.1",
|
||||||
"npm": "6.4.1"
|
"npm": "6.13.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "^7.4.5",
|
"@babel/core": "^7.4.5",
|
||||||
|
|
Loading…
Reference in a new issue