-
- Downloads
Drop support for io.js, fix minor issue with node extension
Showing
- package.json 1 addition, 1 deletionpackage.json
- src/node/ext/server_uv.cc 1 addition, 1 deletionsrc/node/ext/server_uv.cc
- templates/package.json.template 1 addition, 1 deletiontemplates/package.json.template
- tools/run_tests/artifacts/build_artifact_node.bat 1 addition, 1 deletiontools/run_tests/artifacts/build_artifact_node.bat
- tools/run_tests/artifacts/build_artifact_node.sh 1 addition, 1 deletiontools/run_tests/artifacts/build_artifact_node.sh
... | ... | @@ -52,7 +52,7 @@ |
"poisson-process": "^0.2.1" | ||
}, | ||
"engines": { | ||
"node": ">=1.1.0" | ||
"node": ">=4" | ||
}, | ||
"binary": { | ||
"module_name": "grpc_node", | ||
... | ... |
Please register or sign in to comment