Skip to content

Commit a3572b2

Browse files
committed
remove ignore-errors flag debris
1 parent 9df2c7e commit a3572b2

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,6 @@ Run `patch-package` without arguments to apply all patches in your project.
169169

170170
Specify the name for the directory in which the patch files are located
171171

172-
- `--ignore-errors`
173-
174-
Try to apply all of the patches, even if some of them fail.
175-
176172
#### Notes
177173

178174
To apply patches individually, you may use `git`:

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ const argv = minimist(process.argv.slice(2), {
1616
boolean: [
1717
"use-yarn",
1818
"case-sensitive-path-filtering",
19-
"ignore-errors",
2019
"reverse",
2120
"help",
2221
"version",

0 commit comments

Comments
 (0)