Skip to content

Commit

Permalink
feat: Drop support for node 10 (fix #188)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmccurdy authored and kentcdodds committed Jul 20, 2021
1 parent d1d1641 commit ac900a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"types": "types/index.d.ts",
"engines": {
"node": ">=10",
"node": ">=12",
"npm": ">=6"
},
"scripts": {
Expand Down

0 comments on commit ac900a3

Please sign in to comment.