From 368cb02183f4d7dc70c2d60b1af1ee359280d5a2 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Tue, 6 Feb 2024 22:48:26 +0000 Subject: [PATCH] Release 3.6.0. --- package.json | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 95874ed8..e8f8b3d9 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.4", + "version": "3.6.0", "homepage": "https://github.com/paulmillr/chokidar", "author": "Paul Miller (https://paulmillr.com)", "contributors": [ @@ -53,6 +53,7 @@ "scripts": { "dtslint": "dtslint types", "lint": "eslint --report-unused-disable-directives --ignore-path .gitignore .", + "build": "npm ls", "mocha": "mocha --exit --timeout 90000", "test": "npm run lint && npm run mocha" }, @@ -65,14 +66,5 @@ "file", "fsevents" ], - "funding": [ - { - "type": "individual", - "url": "https://paulmillr.com/funding/" - }, - { - "type": "github", - "url": "https://github.com/sponsors/paulmillr" - } - ] + "funding": "https://paulmillr.com/funding/" }