Skip to content

Commit

Permalink
fix(npm-deps): adds lock files where not an issue
Browse files Browse the repository at this point in the history
There's one lock file that's an exception for now:
packages/core/examples/simple-asset-transfer/package-lock.json
And the reason for it is that we install a dependency from a file packaged
by npm locally so that it's always the latest code directly from the
project folder that gets installed. The latter is necessary so that
developers can easily test code changes they made by running
the CI script.

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Feb 21, 2020
1 parent c7b2422 commit afefb7a
Show file tree
Hide file tree
Showing 4 changed files with 9,216 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/node_modules/*
/package-lock.json
/fabric-client-kv-org*
Loading

0 comments on commit afefb7a

Please sign in to comment.