Skip to content

Commit afefb7a

Browse files
committed
fix(npm-deps): adds lock files where not an issue
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 <[email protected]>
1 parent c7b2422 commit afefb7a

File tree

4 files changed

+9216
-3
lines changed

4 files changed

+9216
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
/node_modules/*
2-
/package-lock.json
32
/fabric-client-kv-org*

0 commit comments

Comments
 (0)