We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df2c7e commit a3572b2Copy full SHA for a3572b2
README.md
@@ -169,10 +169,6 @@ Run `patch-package` without arguments to apply all patches in your project.
169
170
Specify the name for the directory in which the patch files are located
171
172
-- `--ignore-errors`
173
-
174
- Try to apply all of the patches, even if some of them fail.
175
176
#### Notes
177
178
To apply patches individually, you may use `git`:
src/index.ts
@@ -16,7 +16,6 @@ const argv = minimist(process.argv.slice(2), {
16
boolean: [
17
"use-yarn",
18
"case-sensitive-path-filtering",
19
- "ignore-errors",
20
"reverse",
21
"help",
22
"version",
0 commit comments