Skip to content

Commit

Permalink
feat: babel support for node v6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
plasticrake committed Jan 31, 2019
1 parent 3cb5856 commit b45077c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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": "10.8"
"node": "6.5"
}
}]
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"release": "standard-version --sign"
},
"engines": {
"node": ">=10.8.0",
"node": ">=6.5",
"npm": ">=3"
},
"dependencies": {
Expand Down

0 comments on commit b45077c

Please sign in to comment.