Skip to content

Commit

Permalink
[INTERNAL] Update min Node.js version to >=8.5
Browse files Browse the repository at this point in the history
To allow usage of fs.copyFile() API
  • Loading branch information
RandomByte committed Jul 11, 2018
1 parent 1ff996b commit f00efd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"main": "index.js",
"engines": {
"node": ">= 8.3",
"node": ">= 8.5",
"npm": ">= 5"
},
"scripts": {
Expand Down

0 comments on commit f00efd9

Please sign in to comment.