Skip to content

Commit 9c7d771

Browse files
authored
js-legacy: Add lockfile (#69)
#### Problem For some reason, pnpm-lock and yarn.lock were in .gitignore, so the legacy JS client was missing a lockfile. #### Summary of changes Update .gitignore and commit the lockfile.
1 parent 22a6437 commit 9c7d771

File tree

2 files changed

+2898
-5
lines changed

2 files changed

+2898
-5
lines changed

clients/js-legacy/.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
.idea
22
.vscode
33
.DS_Store
4-
54
node_modules
6-
7-
pnpm-lock.yaml
8-
yarn.lock
9-
105
docs
116
lib
127
test-ledger

0 commit comments

Comments
 (0)