Skip to content

Commit

Permalink
feat: add abc v2
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Oct 6, 2024
1 parent 92b4106 commit 9e97ec5
Show file tree
Hide file tree
Showing 3 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.41.0",
"version": "3.42.0",
"description": "Mock the npm registry",
"main": "dist/index.js",
"bin": "dist/bin/pnpm-registry-mock.js",
Expand Down
File renamed without changes.
12 changes: 12 additions & 0 deletions packages/[email protected]/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "@pnpm.e2e/abc",
"version": "2.0.0",
"dependencies": {
"@pnpm.e2e/dep-of-pkg-with-1-dep": "100.0.0"
},
"peerDependencies": {
"@pnpm.e2e/peer-a": "^1.0.0",
"@pnpm.e2e/peer-b": "^1.0.0",
"@pnpm.e2e/peer-c": "^1.0.0"
}
}

0 comments on commit 9e97ec5

Please sign in to comment.