enabled support for node.js engines > 10

This commit is contained in:
stan 2019-09-06 10:11:16 +03:00 committed by Jairo
parent eda26cecd7
commit 94616d6e35

View File

@ -31,6 +31,6 @@
"sinon": "^7.4.1"
},
"engines": {
"node": "^10"
"node": ">=10"
}
}