Skip to content

Commit

Permalink
Set min node.js version to 6.0.0
Browse files Browse the repository at this point in the history
In #861 support for
nodejs < 6 was dropped. However, the minimal version was to 6.11.5 for
no clear reason. This excludes version v6.11.4 from current Ubuntu 17.10
as well as version 6.10.3 running on AWS Lambda.
  • Loading branch information
Simon Warta committed Mar 31, 2018
1 parent c05b31b commit a27f1e6
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 @@ -67,7 +67,7 @@
"homepage": "https://github.com/jantimon/html-webpack-plugin",
"repository": "https://github.com/jantimon/html-webpack-plugin.git",
"engines": {
"node": ">=6.11.5"
"node": ">=6"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit a27f1e6

Please # to comment.