Skip to content

Commit

Permalink
feat!: drops Node 8 from engines field (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Mar 19, 2020
1 parent dead57e commit acb6233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -67,6 +67,6 @@
"uuid": "^7.0.0"
},
"engines": {
"node": ">=8.10.0"
"node": ">=10"
}
}

0 comments on commit acb6233

Please sign in to comment.