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:
Diogo Franco 2016-12-29 18:17:35 +09:00 committed by GitHub
parent af1b2fc8e2
commit 1f44f8ffa3
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
"worker-loader": "~0.7.0"
},
"engines": {
"node": ">=0.12"
"node": ">=4.2.3"
},
"repository": {
"type": "git",