Skip to content

Commit

Permalink
FABN-1202 NodeSDK missig elliptic dependency
Browse files Browse the repository at this point in the history
added  "elliptic": "^6.2.3", to the fabric-common
package.json

Change-Id: I8037ccb1b2669a051901bf8828eacaf4e8cb842b
Signed-off-by: Bret Harrison <[email protected]>
  • Loading branch information
harrisob committed Apr 10, 2019
1 parent f7395bc commit d950dbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fabric-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"test": "nyc mocha --exclude 'test/data/**/*.js' --recursive -t 10000"
},
"dependencies": {
"elliptic": "^6.2.3",
"winston": "^2.2.0",
"nconf": "^0.10.0",
"nano": "^6.4.4",
Expand Down

0 comments on commit d950dbb

Please sign in to comment.