Skip to content

Commit

Permalink
feat: add circular peers
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Feb 4, 2024
1 parent c022971 commit e0e758b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
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.22.0",
"version": "3.23.0",
"description": "Mock the npm registry",
"main": "dist/index.js",
"bin": "dist/bin/pnpm-registry-mock.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/circular-peer-a/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "@pnpm.e2e/circular-peer-a",
"version": "1.0.0",
"peerDependencies": {
"@pnpm.e2e/circular-peer-b": "*"
}
}
7 changes: 7 additions & 0 deletions packages/circular-peer-b/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "@pnpm.e2e/circular-peer-b",
"version": "1.0.0",
"peerDependencies": {
"@pnpm.e2e/circular-peer-a": "*"
}
}

0 comments on commit e0e758b

Please sign in to comment.