We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76408e commit d8b8bd6Copy full SHA for d8b8bd6
package.json
@@ -1,8 +1,10 @@
1
{
2
"name": "proxywrap",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "Wraps node's Server interfaces to be compatible with the PROXY protocol",
5
"main": "proxywrap.js",
6
+ "engines": { "node": ">= 0.10.0" },
7
+ "engineStrict": true,
8
"scripts": {
9
"test": "echo \"Error: no test specified\" && exit 1"
10
},
0 commit comments