mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 05:12:29 +00:00
Update patch.md
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
`bun patch` is lets you persistently patch node_modules in a maintainable, git-friendly way.
|
||||
`bun patch` lets you persistently patch node_modules in a maintainable, git-friendly way.
|
||||
|
||||
Sometimes, you need to make a small change to a package in `node_modules/` to fix a bug or add a feature. `bun patch` makes it easy to do this without vendoring the entire package and reuse the patch across multiple installs, multiple projects, and multiple machines.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user