Skip to content

Commit

Permalink
🧹 Move test packages back to packages (LayerZero-Labs#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
janjakubnanista authored Jan 26, 2024
1 parent a0bad4e commit c142d55
Show file tree
Hide file tree
Showing 35 changed files with 110 additions and 108 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"repository": {
"type": "git",
"url": "git+https://github.com/LayerZero-Labs/devtools.git",
"directory": "tests/test-devtools-evm-hardhat"
"directory": "packages/test-devtools-evm-hardhat"
},
"license": "MIT",
"exports": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "@layerzerolabs/test-devtools",
"version": "0.0.3",
"private": true,
"description": "Internal utilities for testing LayerZero packages",
"repository": {
"type": "git",
"url": "git+https://github.com/LayerZero-Labs/devtools.git",
"directory": "tests/test-devtools"
"directory": "packages/test-devtools"
},
"license": "MIT",
"exports": {
Expand Down Expand Up @@ -39,5 +38,8 @@
"peerDependencies": {
"@layerzerolabs/lz-definitions": "~2.0.14",
"fast-check": "^3.14.0"
},
"publishConfig": {
"access": "restricted"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
210 changes: 105 additions & 105 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c142d55

Please sign in to comment.