From 08318d62f1fa731122d2b8853400f1b3252db8c9 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Fri, 26 May 2023 12:14:42 +0000 Subject: [PATCH] Adjust funding field in pkg --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d2ad9139..95874ed8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "chokidar", "description": "Minimal and efficient cross-platform file watching library", - "version": "3.5.3", + "version": "3.5.4", "homepage": "https://github.com/paulmillr/chokidar", "author": "Paul Miller (https://paulmillr.com)", "contributors": [ @@ -69,6 +69,10 @@ { "type": "individual", "url": "https://paulmillr.com/funding/" + }, + { + "type": "github", + "url": "https://github.com/sponsors/paulmillr" } ] }