Skip to content

Commit 74a22c4

Browse files
Simon Wartajantimon
Simon Warta
authored andcommittedApr 3, 2018
feat: Support node 6.9
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
1 parent afcc032 commit 74a22c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: node_js
22
node_js:
33
- stable
44
- lts/*
5-
- 6
5+
- 6.9
66
env:
77
- WEBPACK_VERSION=1 EXTRACT_PLUGIN_VERSION=1
88
- WEBPACK_VERSION=2 EXTRACT_PLUGIN_VERSION=2

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"homepage": "https://github.com/jantimon/html-webpack-plugin",
6868
"repository": "https://github.com/jantimon/html-webpack-plugin.git",
6969
"engines": {
70-
"node": ">=6.11.5"
70+
"node": ">=6.9"
7171
},
7272
"config": {
7373
"commitizen": {

0 commit comments

Comments
 (0)
Please sign in to comment.