Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixes #336

Signed-off-by: Ry Jones <ry@linux.com>
  • Loading branch information
ryjones authored and jt-nti committed May 23, 2022
1 parent 838b02f commit ebf16ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For details on what Nodejs runtime and versions of Hyperledger Fabric can be use

## npm Shrinkwrap

In line with the advice from [npm on shrinkwrap](https://docs.npmjs.com/files/shrinkwrap.json#description) the modules published do not contain a `npm-shrinkwrap.json` file.
In line with the advice from [npm on shrinkwrap](https://docs.npmjs.com/cli/v8/configuring-npm/npm-shrinkwrap-json) the modules published do not contain a `npm-shrinkwrap.json` file.

It is **STRONGLY** recommended therefore that after testing, and before putting your contract into production a `npm-shrinkwrap.json` file is created. When the chaincode is install it will be via a `npm install --production` command.

Expand Down

0 comments on commit ebf16ea

Please sign in to comment.