Skip to content

Commit

Permalink
drop node 6 - bump to 8
Browse files Browse the repository at this point in the history
keep existing 8.9.4 minimum version
  • Loading branch information
davidgovea committed Feb 14, 2019
1 parent 823b7ee commit b38363d
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/env", {
"targets": {
"node": "6.4.0",
"node": "8.9.4",
"browsers": "last 2 versions"
}
}]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"xo": "0.21.0"
},
"engines": {
"node": ">=6.12.3 <7 || >=8.9.4"
"node": ">=8.9.4"
},
"files": [
"lib"
Expand Down

0 comments on commit b38363d

Please sign in to comment.