fix: update engine (#298)

This will prevent users of node 10  and below from installing and using >= v4.6
This commit is contained in:
Matt Forster
2022-05-06 10:18:08 -06:00
committed by GitHub
parent 0b65a22296
commit 1af62a7c4f

View File

@@ -88,6 +88,6 @@
"sinon": "^2.3.5" "sinon": "^2.3.5"
}, },
"engines": { "engines": {
"node": ">=6.x" "node": ">=12"
} }
} }