Skip to content

Commit

Permalink
build(Babel): set node 8 as min build version
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Drop node 6 support.
  • Loading branch information
nodkz committed Apr 28, 2019
1 parent 9bf9ec7 commit 61747fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@babel/preset-env",
{
"targets": {
"node": 6
"node": 8
}
}
]
Expand All @@ -22,7 +22,7 @@
"@babel/preset-env",
{
"targets": {
"node": "8.0.0"
"node": 8,
},
"loose": true,
"modules": false
Expand Down

0 comments on commit 61747fa

Please sign in to comment.