Skip to content

Commit

Permalink
Node.js SDK -- Upgrading gRPC Version
Browse files Browse the repository at this point in the history
Upgrading the gRPC package version to 1.0.0 from
the outdated pre-release version, which causes
compilation failures on Windows. Adding the x509
package that aids with testing.

Change-Id: Ie3f4af470981871c583866918f36f17853a601f0
Signed-off-by: Anna D Derbakova <adderbak@us.ibm.com>
  • Loading branch information
Mr. Angry committed Sep 26, 2016
1 parent fc09672 commit 0fa60ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sdk/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"es6-set": "^0.1.4",
"events": "^1.1.0",
"fs": "0.0.2",
"grpc": "^0.13.2-pre1",
"grpc": "1.0.0",
"hashtable": "^2.0.2",
"js-sha3": "^0.5.1",
"json-stringify-safe": "^5.0.1",
Expand All @@ -34,6 +34,7 @@
"uuidv4": "^0.3.1"
},
"devDependencies": {
"tape": "^4.5.1"
"tape": "^4.5.1",
"x509": "^0.2.6"
}
}

0 comments on commit 0fa60ba

Please sign in to comment.