Skip to content

Commit

Permalink
fix: pkg-with-bundle-dependencies-true
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Dec 14, 2023
1 parent ecb8884 commit ac2e129
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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.17.0",
"version": "3.17.1",
"description": "Mock the npm registry",
"main": "dist/index.js",
"bin": "dist/bin/pnpm-registry-mock.js",
Expand Down
4 changes: 1 addition & 3 deletions packages/pkg-with-bundle-dependencies-true/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
"prepublishOnly": "npm install --ignore-scripts --no-package-lock"
},
"dependencies": {
"@pnpm/x": "^1.0.0",
"@pnpm/y": "^1.0.0",
"@pnpm/z": "^1.0.0"
"@pnpm.e2e/hello-world-js-bin": "*"
}
}

0 comments on commit ac2e129

Please sign in to comment.