Skip to content

Commit

Permalink
chore: target minimum node v10
Browse files Browse the repository at this point in the history
BREAKING CHANGE: requires node >= v10
  • Loading branch information
plasticrake committed May 18, 2020
1 parent 6d311bd commit 40f7056
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"presets": [
["@babel/preset-env", {
"targets": {
"node": "8.3"
"node": "10"
}
}]
],
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
"release": "standard-version --sign"
},
"engines": {
"node": ">=8.3",
"npm": ">=3"
"node": ">=10"
},
"dependencies": {
"@babel/runtime": "^7.3.4",
Expand Down

0 comments on commit 40f7056

Please sign in to comment.