Updated the node engine requirement to 12 (latest LTS release)

This commit is contained in:
Alex Tselegidis 2020-06-04 12:55:13 +02:00
parent d2745feb4d
commit 60d5cf81a2
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
"url": "https://github.com/alextselegidis/easyappointments/issues"
},
"engines": {
"node": ">=10"
"node": ">=12"
},
"dependencies": {
"bootstrap": "^3.4.1",