Skip to content

Commit 937a285

Browse files
committed
feat: add @pnpm.e2e/has-optional-peer-with-peer
1 parent bd59fdb commit 937a285

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pnpm/registry-mock",
3-
"version": "3.36.1",
3+
"version": "3.37.0",
44
"description": "Mock the npm registry",
55
"main": "dist/index.js",
66
"bin": "dist/bin/pnpm-registry-mock.js",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "@pnpm.e2e/has-optional-peer-with-peer",
3+
"version": "1.0.0",
4+
"peerDependencies": {
5+
"@pnpm.e2e/has-y-peer": "*"
6+
},
7+
"peerDependenciesMeta": {
8+
"@pnpm.e2e/has-y-peer": {
9+
"optional": true
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)