Skip to content

Commit

Permalink
feat: Support node 6.9
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.
See also discussion in webpack/webpack#6579

#918
  • Loading branch information
Simon Warta authored and jantimon committed Apr 3, 2018
1 parent afcc032 commit 74a22c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: node_js
node_js:
- stable
- lts/*
- 6
- 6.9
env:
- WEBPACK_VERSION=1 EXTRACT_PLUGIN_VERSION=1
- WEBPACK_VERSION=2 EXTRACT_PLUGIN_VERSION=2
Expand Down
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.9"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit 74a22c4

Please sign in to comment.