Skip to content

Commit 0534c55

Browse files
committed
Merge branch 'main' into smart-escrows
2 parents 46d03b8 + be8d9a2 commit 0534c55

File tree

5 files changed

+2196
-1331
lines changed

5 files changed

+2196
-1331
lines changed

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
*.md
2+
3+
/.nx/workspace-data

lerna.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"packages/isomorphic",
99
"packages/secret-numbers"
1010
],
11-
"npmClient": "npm"
11+
"npmClient": "npm",
12+
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
1213
}

0 commit comments

Comments
 (0)