Skip to content

Commit

Permalink
Dropping support for Node v4 and Node v5 (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
adriantoine authored Nov 8, 2019
1 parent 1cbb9aa commit d1f86ee
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 @@ -4,7 +4,7 @@
"@babel/env",
{
"targets": {
"node": "4"
"node": "6"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"url": "https://github.com/adriantoine/enzyme-to-json.git"
},
"engines": {
"node": ">=4.0.0"
"node": ">=6.0.0"
},
"license": "MIT",
"dependencies": {
Expand Down

0 comments on commit d1f86ee

Please sign in to comment.