Skip to content

Commit

Permalink
fix: circular peers
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Feb 6, 2024
1 parent 4996597 commit 77ed26b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pnpm/registry-mock",
"version": "3.24.1",
"version": "3.24.2",
"description": "Mock the npm registry",
"main": "dist/index.js",
"bin": "dist/bin/pnpm-registry-mock.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/circular-peers-1-of-3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "1.0.0",
"peerDependencies": {
"@pnpm.e2e/circular-peers-2-of-3": "*",
"@pnpm.e2e/a": "*"
"@pnpm.e2e/peer-a": "*"
}
}
4 changes: 2 additions & 2 deletions packages/circular-peers-2-of-3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"peerDependencies": {
"@pnpm.e2e/circular-peers-3-of-3": "*",
"@pnpm.e2e/a": "*",
"@pnpm.e2e/b": "*"
"@pnpm.e2e/peer-a": "*",
"@pnpm.e2e/peer-b": "*"
}
}

0 comments on commit 77ed26b

Please sign in to comment.