Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correct engines range to include node v10 (#451)
`">10"` range does not include the v10 version, it forces v11 and up. Switching to `">=10"` to include v10 (still LTS), which I believe was the original intent (changelog: "require node 10 in engines field") Co-authored-by: Benjamin E. Coe <bencoe@google.com>
- Loading branch information