Skip to content

Commit

Permalink
feat: add @pnpm.e2e/peer-of-itself
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Dec 19, 2024
1 parent 833ee4f commit a9e5860
Show file tree
Hide file tree
Showing 2 changed files with 8 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.45.0",
"version": "3.46.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/peer-of-itself/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "@pnpm.e2e/peer-of-itself",
"version": "1.0.0",
"peerDependencies": {
"@pnpm.e2e/peer-of-itself": "*"
}
}

0 comments on commit a9e5860

Please sign in to comment.