Skip to content

Commit

Permalink
[FAB-5048-medium] NodeSDK - add to package.json
Browse files Browse the repository at this point in the history
Add two packages to the fabric-client Node.js
dependencies, 'long' and 'nano'.
This is a medium jira with a low risk of including.
There is an easy workaround for users if they see
this issue. This issue will not cause any runtime
problem, as the node service will not start if the
dependency is missing, which then can be easily
installed.

Change-Id: I09972d3fe8c6dd955089812436ec9f5c3649570d
Signed-off-by: Bret Harrison <beharrison@nc.rr.com>
  • Loading branch information
harrisob authored and jimthematrix committed Jul 14, 2017
1 parent 509b86a commit 4b7ec2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fabric-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
"jsrsasign": "6.2.2",
"jssha": "^2.1.0",
"klaw": "1.3.1",
"long": ">=3.0.0 <4.0.0",
"nano": ">=6.2.0 <7.0.0",
"nconf": "^0.8.4",
"path": "^0.12.7",
"pkcs11js": "^1.0.6",
Expand Down

0 comments on commit 4b7ec2f

Please sign in to comment.