From dfd10a846846ccf704e9de94df48ab7d601341f8 Mon Sep 17 00:00:00 2001 From: Phillip9587 Date: Tue, 29 Apr 2025 09:46:55 +0200 Subject: [PATCH] test changes from https://github.com/jshttp/on-finished/pull/56 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d6a969a..2215838 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "http-errors": "^2.0.0", "mime-types": "^3.0.1", "ms": "^2.1.3", - "on-finished": "^2.4.1", + "on-finished": "git+https://github.com/Phillip9587/on-finished.git#stream-finished", "range-parser": "^1.2.1", "statuses": "^2.0.1" },