Skip to content

Commit 7933041

Browse files
authored
Require node v0.12 and higher
This matches with the webpack repo, which also requires v0.12 and higher now.
1 parent 272c78a commit 7933041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"main": "lib/Server.js",
5151
"bin": "bin/webpack-dev-server.js",
5252
"engines": {
53-
"node": ">=0.10"
53+
"node": ">=0.12"
5454
},
5555
"files": [
5656
"lib/",

0 commit comments

Comments
 (0)