From 87d1bc394d9a1d73b76a81d4874db4f1190259ef Mon Sep 17 00:00:00 2001 From: Tommy Date: Sun, 3 Mar 2024 12:05:09 -0600 Subject: [PATCH] Remove extraneous hard rejection note (#262) --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index b3b467a..70d14f5 100644 --- a/readme.md +++ b/readme.md @@ -13,7 +13,6 @@ - Negates flags when using the `--no-` prefix - Outputs version when `--version` - Outputs description and supplied help text when `--help` -- Makes unhandled rejected promises [fail hard](https://github.com/sindresorhus/hard-rejection) instead of the default silent fail - Sets the process title to the binary name defined in package.json - No dependencies!