From 89a1f31974c07bf3c75cd823aa611698145d9ca2 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 23 Dec 2023 12:36:10 +0100 Subject: [PATCH] Fix the process not exiting Fixes #233 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c4a06a0..0b5b314 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "is-interactive": "^2.0.0", "is-unicode-supported": "^2.0.0", "log-symbols": "^6.0.0", - "stdin-discarder": "^0.2.0", + "stdin-discarder": "^0.2.1", "string-width": "^7.0.0", "strip-ansi": "^7.1.0" },