Updated the node engine requirement to 12 (latest LTS release)
This commit is contained in:
parent
d2745feb4d
commit
60d5cf81a2
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
"url": "https://github.com/alextselegidis/easyappointments/issues"
|
"url": "https://github.com/alextselegidis/easyappointments/issues"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10"
|
"node": ">=12"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootstrap": "^3.4.1",
|
"bootstrap": "^3.4.1",
|
||||||
|
|
Loading…
Reference in a new issue