Skip to content

Commit a9e5860

Browse files
committed
feat: add @pnpm.e2e/peer-of-itself
1 parent 833ee4f commit a9e5860

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pnpm/registry-mock",
3-
"version": "3.45.0",
3+
"version": "3.46.0",
44
"description": "Mock the npm registry",
55
"main": "dist/index.js",
66
"bin": "dist/bin/pnpm-registry-mock.js",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"name": "@pnpm.e2e/peer-of-itself",
3+
"version": "1.0.0",
4+
"peerDependencies": {
5+
"@pnpm.e2e/peer-of-itself": "*"
6+
}
7+
}

0 commit comments

Comments
 (0)