Skip to content

Commit

Permalink
fix: @pnpm.e2e/has-has-y-peer-only-as-peer-and-y
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Feb 2, 2024
1 parent 93c9f19 commit a132782
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/registry-mock",
"version": "3.21.0",
"version": "3.21.1",
"description": "Mock the npm registry",
"main": "dist/index.js",
"bin": "dist/bin/pnpm-registry-mock.js",
Expand Down
4 changes: 3 additions & 1 deletion packages/has-has-y-peer-only-as-peer-and-y/package.json
Expand Up @@ -2,7 +2,9 @@
"name": "@pnpm.e2e/has-has-y-peer-only-as-peer-and-y",
"version": "1.0.0",
"peerDependencies": {
"@pnpm.e2e/has-y-peer": "^1.0.0",
"@pnpm.e2e/has-y-peer": "^1.0.0"
},
"dependencies": {
"@pnpm/y": "1.0.0"
}
}

0 comments on commit a132782

Please sign in to comment.