Skip to content

Commit

Permalink
feat: add abc-regular-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Mar 26, 2024
1 parent 353804e commit 8c332a7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@pnpm/registry-mock",
"version": "3.27.0",
"version": "3.28.0",
"description": "Mock the npm registry",
"main": "dist/index.js",
"bin": "dist/bin/pnpm-registry-mock.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/abc-regular-deps/package.json
@@ -0,0 +1,8 @@
{
"name": "@pnpm.e2e/abc-regular-deps",
"dependencies": {
"@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 8c332a7

Please sign in to comment.