From ac2e129eb262009d2e7cd43ed869c31097793073 Mon Sep 17 00:00:00 2001 From: Zoltan Kochan Date: Thu, 14 Dec 2023 09:24:02 +0000 Subject: [PATCH] fix: pkg-with-bundle-dependencies-true --- package.json | 2 +- packages/pkg-with-bundle-dependencies-true/package.json | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index face022..d6154a7 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/packages/pkg-with-bundle-dependencies-true/package.json b/packages/pkg-with-bundle-dependencies-true/package.json index d7971a1..807b4ab 100644 --- a/packages/pkg-with-bundle-dependencies-true/package.json +++ b/packages/pkg-with-bundle-dependencies-true/package.json @@ -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": "*" } }