aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli/internal/packagemanager/fixtures/pnpm-patches.json
diff options
context:
space:
mode:
Diffstat (limited to 'cli/internal/packagemanager/fixtures/pnpm-patches.json')
-rw-r--r--cli/internal/packagemanager/fixtures/pnpm-patches.json11
1 files changed, 0 insertions, 11 deletions
diff --git a/cli/internal/packagemanager/fixtures/pnpm-patches.json b/cli/internal/packagemanager/fixtures/pnpm-patches.json
deleted file mode 100644
index f772bc3..0000000
--- a/cli/internal/packagemanager/fixtures/pnpm-patches.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "name": "turborepo-prune-removes-patched",
- "version": "1.0.0",
- "packageManager": "pnpm@7.15.0",
- "workspaces": ["packages/*"],
- "pnpm": {
- "patchedDependencies": {
- "is-odd@3.0.1": "patches/is-odd@3.0.1.patch"
- }
- }
-}