update requires the lowest version of node
This commit is contained in:
parent
330dc7e921
commit
e6a4e94b89
|
@ -95,7 +95,7 @@
|
|||
"vue-template-compiler": "2.5.17"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 6.0.0",
|
||||
"node": ">=8.9",
|
||||
"npm": ">= 3.0.0"
|
||||
},
|
||||
"browserslist": [
|
||||
|
|
Loading…
Reference in New Issue