Skip to content

Commit

Permalink
feat!: drop Node 8 from engines field (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Mar 23, 2020
1 parent 0d2d3b5 commit 7e6d3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -42,6 +42,6 @@
"typescript": "3.6.4"
},
"engines": {
"node": ">=8.10.0"
"node": ">=10"
}
}

0 comments on commit 7e6d3c5

Please sign in to comment.