Skip to content

Commit

Permalink
This fix is an amendment to the work done for FAB-221.
Browse files Browse the repository at this point in the history
There is an issue with using the latest version of the sjcl package.
This fix locks the versions of both sjcl and sjcl-codec
(since they are tied based on how sjcl-codec was built) rather
than pulling the latest.

Fixes FAB-221

Change-Id: I1410dbce21642c3f42647ae26b55ea9172f6b002
Signed-off-by: Gari Singh <gari.r.singh@gmail.com>
  • Loading branch information
mastersingh24 committed Sep 9, 2016
1 parent f7f5dc3 commit 43c4d03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"node-uuid": "^1.4.7",
"node.extend": "^1.1.5",
"pkijs": "^1.3.19",
"sjcl": "^1.0.3",
"sjcl-codec": "^0.1.1",
"sjcl": "1.0.3",
"sjcl-codec": "0.1.1",
"sleep": "^3.0.1",
"tar-fs": "^1.13.0",
"url": "^0.11.0",
Expand Down

0 comments on commit 43c4d03

Please sign in to comment.