Skip to content

Commit d960f90

Browse files
committed
3.0.0
1 parent ad5e2d7 commit d960f90

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "chokidar-cli",
33
"description": "Ultra-fast cross-platform command line utility to watch file system changes.",
4-
"version": "2.1.0",
4+
"version": "3.0.0",
55
"keywords": [
66
"fs",
77
"watch",
@@ -17,7 +17,7 @@
1717
"bash"
1818
],
1919
"bin": {
20-
"chokidar": "./index.js"
20+
"chokidar": "index.js"
2121
},
2222
"homepage": "https://github.com/open-npm-tools/chokidar-cli",
2323
"author": "Kimmo Brunfeldt <kimmobrunfeldt@gmail.com>",

0 commit comments

Comments
 (0)