We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1d25b6 commit 64d7436Copy full SHA for 64d7436
README.md
@@ -65,6 +65,13 @@ yarn 2+ have native support for patching dependencies via
65
[`yarn patch`](https://yarnpkg.com/cli/patch). You do not need to use
66
patch-package on these projects.
67
68
+### bun
69
+
70
+ bun add patch-package
71
72
+You can use `--dev` if you don't need to run npm in production, e.g. if you're
73
+making a web frontend.
74
75
### pnpm
76
77
pnpm has native support for patching dependencies via
0 commit comments