Skip to content

Commit

Permalink
feat: add @pnpm.e2e/has-optional-peer-as-dep
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jan 28, 2025
1 parent fed5f5d commit 851e895
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.48.0",
"version": "3.49.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-as-dep/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "@pnpm.e2e/has-optional-peer-as-dep",
"version": "1.0.0",
"dependencies": {
"@pnpm.e2e/bravo-dep": "1.0.0"
},
"peerDependenciesMeta": {
"@pnpm.e2e/bravo-dep": {
"optional": true
}
}
}

0 comments on commit 851e895

Please sign in to comment.