diff options
Diffstat (limited to 'cli/internal/packagemanager/fixtures/pnpm-patches.json')
| -rw-r--r-- | cli/internal/packagemanager/fixtures/pnpm-patches.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cli/internal/packagemanager/fixtures/pnpm-patches.json b/cli/internal/packagemanager/fixtures/pnpm-patches.json new file mode 100644 index 0000000..f772bc3 --- /dev/null +++ b/cli/internal/packagemanager/fixtures/pnpm-patches.json @@ -0,0 +1,11 @@ +{ + "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" + } + } +} |
