Skip to content

Commit

Permalink
Release 3.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Feb 6, 2024
1 parent 112015f commit 368cb02
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -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"
},
Expand All @@ -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/"
}

0 comments on commit 368cb02

Please sign in to comment.