mirror of https://github.com/grpc/grpc-node.git
Removes engine restriction from package.json, bumps version
This commit is contained in:
parent
1008c5a730
commit
59e0c87eb9
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "grpc",
|
||||
"version": "0.5.1",
|
||||
"version": "0.5.2",
|
||||
"author": "Google Inc.",
|
||||
"description": "gRPC Library for Node",
|
||||
"homepage": "http://www.grpc.io/",
|
||||
|
@ -39,7 +39,7 @@
|
|||
"strftime": "^0.8.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.13 <0.11"
|
||||
"node": ">=0.10.13"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE",
|
||||
|
|
Loading…
Reference in New Issue