Skip to content

Commit

Permalink
Release 4.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Dec 16, 2024
1 parent 50cf698 commit 69c115a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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": "4.0.1",
"version": "4.0.2",
"homepage": "https://github.com/paulmillr/chokidar",
"author": "Paul Miller (https://paulmillr.com)",
"files": [
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*! chokidar - MIT License (c) 2012 Paul Miller (paulmillr.com) */
import { stat as statcb, Stats } from 'fs';
import { stat, readdir } from 'fs/promises';
import { EventEmitter } from 'events';
Expand Down

0 comments on commit 69c115a

Please sign in to comment.