1
0
mirror of https://github.com/eleith/emailjs.git synced 2024-06-28 17:40:57 +00:00

chore: fix engines meta

This commit is contained in:
Zack Schuster 2021-05-20 08:19:29 -07:00
parent 723b68ed19
commit f46b85ce3a

View File

@ -34,9 +34,9 @@
"tslib": "2.2.0",
"typescript": "4.2.4"
},
"engine": [
"node >= 10"
],
"engines": {
"node": ">=10"
},
"files": [
"email.ts",
"smtp",