Skip to content

Commit d8b8bd6

Browse files
committed
Requires node 0.10 (streams2)
1 parent e76408e commit d8b8bd6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"name": "proxywrap",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Wraps node's Server interfaces to be compatible with the PROXY protocol",
55
"main": "proxywrap.js",
6+
"engines": { "node": ">= 0.10.0" },
7+
"engineStrict": true,
68
"scripts": {
79
"test": "echo \"Error: no test specified\" && exit 1"
810
},

0 commit comments

Comments
 (0)