mirror of https://github.com/webpack/webpack.git
Update minimum engines
Went with 4.2.3 minimum as it fixes a v8 security issue. https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V4.md#2015-12-04-version-423-argon-lts-rvagg 4.1.0 would be the minimum otherwise as it fixes an important ES6 bug. https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V4.md#4.1.0
This commit is contained in:
parent
af1b2fc8e2
commit
1f44f8ffa3
|
|
@ -63,7 +63,7 @@
|
|||
"worker-loader": "~0.7.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.12"
|
||||
"node": ">=4.2.3"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
|
|||
Loading…
Reference in New Issue