Skip to content

Commit

Permalink
[FAB-3492] Do not allow grpc 1.3.0 or greater
Browse files Browse the repository at this point in the history
Change-Id: Ic81eee4c357857322aeab29da9c089e253ea71cf
Signed-off-by: Simon Stone <[email protected]>
  • Loading branch information
Simon Stone committed Apr 28, 2017
1 parent 196d048 commit 7eaa632
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fabric-ca-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-ca-client",
"version": "1.0.0-alpha",
"version": "1.0.0-alpha.1",
"main": "index.js",
"repository": {
"type": "gerrit",
Expand Down
4 changes: 2 additions & 2 deletions fabric-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fabric-client",
"version": "1.0.0-alpha",
"version": "1.0.0-alpha.1",
"main": "index.js",
"repository": {
"type": "gerrit",
Expand All @@ -26,7 +26,7 @@
"events": "^1.1.0",
"fs": "0.0.2",
"fs-extra": ">=0.30.0 <0.31.0",
"grpc": ">=1.1.2 <2.0.0",
"grpc": ">=1.1.2 <1.3.0",
"hashtable": "^2.0.2",
"js-sha3": "^0.5.1",
"json-stringify-safe": "^5.0.1",
Expand Down

0 comments on commit 7eaa632

Please sign in to comment.