Skip to content

Commit

Permalink
feat: update port in @pnpm.e2e/pkg-with-tarball-dep-from-registry
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jul 26, 2024
1 parent 6d34d84 commit 91cc662
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.38.0",
"version": "3.39.0",
"description": "Mock the npm registry",
"main": "dist/index.js",
"bin": "dist/bin/pnpm-registry-mock.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/pkg-with-tarball-dep-from-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "@pnpm.e2e/pkg-with-tarball-dep-from-registry",
"version": "1.0.0",
"dependencies": {
"@pnpm.e2e/dep-of-pkg-with-1-dep": "http://localhost:4873/@pnpm.e2e/dep-of-pkg-with-1-dep/-/dep-of-pkg-with-1-dep-100.0.0.tgz"
"@pnpm.e2e/dep-of-pkg-with-1-dep": "http://localhost:7769/@pnpm.e2e/dep-of-pkg-with-1-dep/-/dep-of-pkg-with-1-dep-100.0.0.tgz"
}
}

0 comments on commit 91cc662

Please sign in to comment.