Skip to content

Commit

Permalink
feat: add @pnpm.e2e/has-optional-peer-with-peer
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jul 23, 2024
1 parent bd59fdb commit 937a285
Show file tree
Hide file tree
Showing 2 changed files with 13 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.36.1",
"version": "3.37.0",
"description": "Mock the npm registry",
"main": "dist/index.js",
"bin": "dist/bin/pnpm-registry-mock.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/has-optional-peer-with-peer/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "@pnpm.e2e/has-optional-peer-with-peer",
"version": "1.0.0",
"peerDependencies": {
"@pnpm.e2e/has-y-peer": "*"
},
"peerDependenciesMeta": {
"@pnpm.e2e/has-y-peer": {
"optional": true
}
}
}

0 comments on commit 937a285

Please sign in to comment.