Skip to content

Commit 69c115a

Browse files
committed
Release 4.0.2.
1 parent 50cf698 commit 69c115a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "chokidar",
33
"description": "Minimal and efficient cross-platform file watching library",
4-
"version": "4.0.1",
4+
"version": "4.0.2",
55
"homepage": "https://github.com/paulmillr/chokidar",
66
"author": "Paul Miller (https://paulmillr.com)",
77
"files": [

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/*! chokidar - MIT License (c) 2012 Paul Miller (paulmillr.com) */
12
import { stat as statcb, Stats } from 'fs';
23
import { stat, readdir } from 'fs/promises';
34
import { EventEmitter } from 'events';

0 commit comments

Comments
 (0)