Skip to content

Commit

Permalink
Require Node.js v4.7 or higher
Browse files Browse the repository at this point in the history
Maintenance of Node.js 0.12 ends in two days.
  • Loading branch information
SpaceK33z committed Dec 29, 2016
1 parent fcf5f3c commit bbcca86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -51,7 +51,7 @@
"main": "lib/Server.js",
"bin": "bin/webpack-dev-server.js",
"engines": {
"node": ">=0.12"
"node": ">=4.7"
},
"files": [
"lib/",
Expand Down

1 comment on commit bbcca86

@carcinocron
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why 4.7 instead of 4.2?

Please sign in to comment.