Skip to content

Commit

Permalink
🧹 Tiny fixes (LayerZero-Labs#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista authored Jan 5, 2024
1 parent abe4c2c commit 1885df4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/omnicounter-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"peerDependencies": {
"@layerzerolabs/devtools": "~0.0.1",
"@layerzerolabs/lz-definitions": "~2.0.7",
"@layerzerolabs/protocol-devtools": "~0.0.1",
"zod": "^3.22.4"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion tests/test-devtools/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.json",
"exclude": ["dist", "node_modules"],
"include": ["src", "test"],
"include": ["src"],
"compilerOptions": {
"types": ["node"],
"paths": {
Expand Down

0 comments on commit 1885df4

Please sign in to comment.