Change node engine to 11.15.0, since 12 wasn't working
This commit is contained in:
parent
8709215758
commit
82c9135d2c
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": "12.14.1",
|
"node": "11.15.0",
|
||||||
"npm": "6.13.4"
|
"npm": "6.7.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/core": "^7.4.5",
|
"@babel/core": "^7.4.5",
|
||||||
|
|
Loading…
Reference in a new issue